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 <rep...@bugs.python.org>
<http://bugs.python.org/issue24554>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to