##// 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

File last commit:

r11730:a4062b36
r20673:ce977c93
Show More
index.rst
25 lines | 421 B | text/x-rst | RstLexer

Using IPython for parallel computing