[issue36854] GC operates out of global runtime state.

STINNER Victor report at bugs.python.org
Thu Nov 21 05:17:00 EST 2019


STINNER Victor <vstinner at python.org> added the comment:

Even if the test is simplified to the following code, it does still leak:

    def test_callbacks_leak(self):
        _testcapi.run_in_subinterp("pass")

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36854>
_______________________________________


More information about the Python-bugs-list mailing list