##// 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
/ IPython / config / profile / pysh
ipython_config.py Loading ...