This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients emptysquare, eric.snow, grahamd, ncoghlan, pitrou
Date 2015-07-03.10:36:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2015-07-03 10:36:20pitrousetrecipients: + pitrou, ncoghlan, grahamd, eric.snow, emptysquare
2015-07-03 10:36:20pitrousetmessageid: <[email protected]>
2015-07-03 10:36:20pitroulinkissue24554 messages
2015-07-03 10:36:20pitroucreate