[issue5437] Singleton MemoryError can hold traceback data and locals indefinitely

Antoine Pitrou report at bugs.python.org
Sun Mar 8 02:21:57 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

The following patch fixes the case when the exception is discarded in
Python, but not when e.g. PyErr_Clear() is used from C code.

----------
keywords: +patch
Added file: http://bugs.python.org/file13262/issue5437.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5437>
_______________________________________


More information about the Python-bugs-list mailing list