[issue1540] Refleak tests: test_doctest and test_gc are failing
Jeremy Hylton
report at bugs.python.org
Thu Feb 18 20:46:10 CET 2010
Jeremy Hylton <jhylton at gmail.com> added the comment:
I'm trying to figure out the attached script. If I run Python 3.0, the script doesn't run because of the undefined gc.DEBUG_OBJECTS. If I just remove that, the script runs without error. Does that mean the problem is fixed? Or is running without an error an example of the problem?
If I add gc.DEBUG_SAVEALL, it fails--but that seems obvious because DEBUG_SAVEALL adds all objects with finalizers to gc.garbage.
----------
nosy: +Jeremy.Hylton
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1540>
_______________________________________
More information about the Python-bugs-list
mailing list