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 mhammond
Recipients asvetlov, grahamd, mhammond, ncoghlan, pitrou
Date 2012-08-28.13:21:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346160088.9.0.594319532302.issue15751@psf.upfronthosting.co.za>
In-reply-to
Content
The GIL state api was mainly interested in the case of a thread which has (possibly) never been seen before calling into Python.  IIUC, the proposal here is so that a thread that *has* been seen before can be associated with a thread-state specified by the embedding application (and the degenerate case would be to assume the thread hasn't been seen, and as such should get the default interpreter)

If that isn't too wide of the mark, I agree it sounds workable and worthwhile.
History
Date User Action Args
2012-08-28 13:21:28mhammondsetrecipients: + mhammond, ncoghlan, pitrou, grahamd, asvetlov
2012-08-28 13:21:28mhammondsetmessageid: <1346160088.9.0.594319532302.issue15751@psf.upfronthosting.co.za>
2012-08-28 13:21:28mhammondlinkissue15751 messages
2012-08-28 13:21:28mhammondcreate