Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

This may be more complicated that it seems as these two statements are true at 
the same time:

l in gc.get_objects(generation=0)
True
p l in gc.get_objects(generation=2)
True

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36155>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to