Armin Rigo <[email protected]> added the comment: The issue comes from the fact that weakrefs in RPython are not cleared as soon as the __del__ is enqueued, which causes troubles. I tried already to fix that in 6f9220785818 but gave up in 40048099bce7. I may have found another way to fix it now: testing dc505e09021c.
---------- status: chatting -> testing ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1687> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
