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.11:00:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435921216.89.0.764298557491.issue24554@psf.upfronthosting.co.za>
In-reply-to
Content
I don't have any opinion on whether this issue kills the "parallelism with sub-interpreters" idea (I'm not sure why it would). But regardless, solving this issue will be very non-trivial, or perhaps very involved.

Running the GC at the end of a subinterpreter certainly won't solve the general problem of objects becoming unreachable in an interpreter (i.e. the last external reference being lost in that interpreter) and collected by the cyclic GC from another.
History
Date User Action Args
2015-07-03 11:00:16pitrousetrecipients: + pitrou, ncoghlan, grahamd, eric.snow, emptysquare
2015-07-03 11:00:16pitrousetmessageid: <1435921216.89.0.764298557491.issue24554@psf.upfronthosting.co.za>
2015-07-03 11:00:16pitroulinkissue24554 messages
2015-07-03 11:00:16pitroucreate