Amaury Forgeot d Arc <[email protected]> added the comment: I see the same "leak" when running in pyinteractive.py. Note hat GeneratorIterator.__del__ "resurrects" the object (through self.enqueue_for_destruction)
When interpreted, the effect looks very similar to http://bugs.python.org/issue1540, I wonder if the real PyPy garbage collector can have the same issue. ---------- nosy: +amaury ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1282> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
