Make traceback objects collectable.
This should eliminate the traceback returned by sys.exc_info() as a common source of memory leaks.
Showing
Please register or sign in to comment
This should eliminate the traceback returned by sys.exc_info() as a common source of memory leaks.