Pablo Galindo Salgado <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue36155> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
