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 asvetlov, grahamd, ncoghlan, pitrou
Date 2012-08-24.13:00:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345813229.28.0.205213121837.issue15751@psf.upfronthosting.co.za>
In-reply-to
Content
It is past my bed time and not thinking straight, but I believe Antoine is aligned with what I had in mind, as need multiple thread states per OS thread where each is associated with separate interpreter.

My main reason for allowing NULL to EnsureEX rather than requiring main_interpreter to be explicitly passed, is that way way back in time, my recollection is that getting access to the main interpreter pointer was a pain as you had to iterate over the list of interpreters and assume it was the last one due to it being created first. I don't remember there being a special global variable or function for getting a pointer to the main interpreter. This may well have changed since and there is an easier way do let me know. So saw it as a convenience.
History
Date User Action Args
2012-08-24 13:00:29grahamdsetrecipients: + grahamd, ncoghlan, pitrou, asvetlov
2012-08-24 13:00:29grahamdsetmessageid: <1345813229.28.0.205213121837.issue15751@psf.upfronthosting.co.za>
2012-08-24 13:00:28grahamdlinkissue15751 messages
2012-08-24 13:00:28grahamdcreate