[issue24554] GC should happen when a subinterpreter is destroyed

Eric Snow report at bugs.python.org
Thu May 9 11:27:36 EDT 2019


Eric Snow <ericsnowcurrently at gmail.com> added the comment:

FYI, issue #36854 is about moving GC runtime state from _PyRuntimeState to PyInterpreterState.  However, that doesn't trigger any collection when the interpreter is finalized.  So there is more to be done here.

----------

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


More information about the Python-bugs-list mailing list