[issue4924] gc.collect() won't always collect as expected

Martin v. Löwis report at bugs.python.org
Mon Jan 12 14:22:34 CET 2009


Martin v. Löwis <martin at v.loewis.de> added the comment:

It should be possible to trigger this by invoking gc.collect in an
__del__ implementation of an object that is attached to a cycle.

However, I don't think this is an important issue; +0 for resolving this
by documenting the status quo (instead of making the implementation
match the documentation).

----------
nosy: +loewis

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


More information about the Python-bugs-list mailing list