Antoine Pitrou added the comment:

It's just a consequence of subinterpreters not being isolated contexts. They're 
sharing of lot of stuff by construction (hence being called "subinterpreters"). 
And indeed some resource can become unreachable in a subinterpreter, and 
collected from another, if the resource is part of a reference cycle.

----------

_______________________________________
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