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 grahamd
Recipients emptysquare, eric.snow, grahamd, ncoghlan, pitrou
Date 2015-07-03.10:30:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435919453.43.0.466802693172.issue24554@psf.upfronthosting.co.za>
In-reply-to
Content
That GC happens on an object in the wrong interpreter in this case is the problem as it can result in used code execution against the wrong interpreter context.

If you are saying this can happen anytime in the life of a sub interpreter and not just in this case of when a sub interpreter is destroyed followed by destruction of the main interpreter, then that is an even bigger flaw.
History
Date User Action Args
2015-07-03 10:30:53grahamdsetrecipients: + grahamd, ncoghlan, pitrou, eric.snow, emptysquare
2015-07-03 10:30:53grahamdsetmessageid: <1435919453.43.0.466802693172.issue24554@psf.upfronthosting.co.za>
2015-07-03 10:30:53grahamdlinkissue24554 messages
2015-07-03 10:30:53grahamdcreate