##// END OF EJS Templates
don't re-raise the same Exception in NoDB...
don't re-raise the same Exception in NoDB on py3, exceptions keep track of their traceback, resulting in memory growth in the controller because NoDB re-raises the same instance over and over again, which was a weird thing to do, anyway. Fix is to raise a new Exception() each time
Min RK -
r20673:ce977c93
Show More
Name Size Modified Last Commit Author
/ docs / source / parallel
figs
asyncresult.rst Loading ...
dag_dependencies.rst Loading ...
index.rst Loading ...
magics.rst Loading ...
parallel_db.rst Loading ...
parallel_demos.rst Loading ...
parallel_details.rst Loading ...
parallel_intro.rst Loading ...
parallel_mpi.rst Loading ...
parallel_multiengine.rst Loading ...
parallel_process.rst Loading ...
parallel_security.rst Loading ...
parallel_task.rst Loading ...
parallel_transition.rst Loading ...
parallel_winhpc.rst Loading ...