[issue24554] GC should happen when a subinterpreter is destroyed

Antoine Pitrou report at bugs.python.org
Fri Jul 3 12:36:20 CEST 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue24554>
_______________________________________


More information about the Python-bugs-list mailing list