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 kristjan.jonsson
Recipients dabeaz, kristjan.jonsson, loewis, pitrou, ronaldoussoren, ysj.ray
Date 2014-04-04.11:57:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396612656.01.0.363602350913.issue8410@psf.upfronthosting.co.za>
In-reply-to
Content
Closing this issue.
It is largely superseded.  For our Python 2.7 branches, we have a custom "GIL" lock which can have different inherent semantics from the common "Lock".  In particular, we can implement a "fair" PyGIL_Handoff() function to be used to yield the GIL to a waiting thread.
History
Date User Action Args
2014-04-04 11:57:36kristjan.jonssonsetrecipients: + kristjan.jonsson, loewis, ronaldoussoren, pitrou, dabeaz, ysj.ray
2014-04-04 11:57:36kristjan.jonssonsetmessageid: <1396612656.01.0.363602350913.issue8410@psf.upfronthosting.co.za>
2014-04-04 11:57:36kristjan.jonssonlinkissue8410 messages
2014-04-04 11:57:35kristjan.jonssoncreate