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 ncoghlan
Recipients emptysquare, eric.snow, grahamd, ncoghlan, pitrou
Date 2015-07-03.11:35:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435923307.17.0.236177037918.issue24554@psf.upfronthosting.co.za>
In-reply-to
Content
We already knew that reference count management was likely to be one of the thorniest problems with allowing true subinterpreter level concurrency, this issue just reminds us that the cyclic GC is going to be a challenge as well.
History
Date User Action Args
2015-07-03 11:35:07ncoghlansetrecipients: + ncoghlan, pitrou, grahamd, eric.snow, emptysquare
2015-07-03 11:35:07ncoghlansetmessageid: <1435923307.17.0.236177037918.issue24554@psf.upfronthosting.co.za>
2015-07-03 11:35:07ncoghlanlinkissue24554 messages
2015-07-03 11:35:07ncoghlancreate