[issue24554] GC should happen when a subinterpreter is destroyed

Graham Dumpleton report at bugs.python.org
Fri Jul 3 12:30:53 CEST 2015


Graham Dumpleton added the comment:

That GC happens on an object in the wrong interpreter in this case is the problem as it can result in used code execution against the wrong interpreter context.

If you are saying this can happen anytime in the life of a sub interpreter and not just in this case of when a sub interpreter is destroyed followed by destruction of the main interpreter, then that is an even bigger flaw.

----------

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


More information about the Python-bugs-list mailing list