Message 215512 - Python tracker (original) (raw)

Message215512

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:36 kristjan.jonsson set recipients: + kristjan.jonsson, loewis, ronaldoussoren, pitrou, dabeaz, ysj.ray
2014-04-04 11:57:36 kristjan.jonsson set messageid: 1396612656.01.0.363602350913.issue8410@psf.upfronthosting.co.za
2014-04-04 11:57:36 kristjan.jonsson link issue8410 messages
2014-04-04 11:57:35 kristjan.jonsson create