New issue 2644: gc.get_objects() should get unreachable objects pending 
__del__, too
https://bitbucket.org/pypy/pypy/issues/2644/gcget_objects-should-get-unreachable

Armin Rigo:

gc.get_objects() currently returns exactly the reachable objects.  This misses 
the objects who have a pending __del__ that will be called later, and anything 
reachable from them.  This should probably be fixed, in order to make 
gc.get_objects() more pertinent when figuring out memory usage issues.


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to