[issue1565525] tracebacks eat up memory by holding references to locals and globals when they are not wanted

Greg Hazel report at bugs.python.org
Sat Jun 26 03:11:30 CEST 2010


Greg Hazel <ghazel at users.sourceforge.net> added the comment:

It seems this is partially addressed in a big red "Warning" section of the docs on sys.exc_info: http://docs.python.org/release/3.1/library/sys.html#sys.exc_info
and is captured in the "Open Issue: Garbage Collection" section for PEP-3134: http://www.python.org/dev/peps/pep-3134/

Bug or feature request, this a well understood and real issue.

----------

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


More information about the Python-bugs-list mailing list