Message 163166 - Python tracker (original) (raw)

Message163166

Author sbt
Recipients kristjan.jonsson, loewis, paul.moore, pitrou, python-dev, sbt, vstinner
Date 2012-06-19.14:05:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1340114704.54.0.944923215743.issue15038@psf.upfronthosting.co.za
In-reply-to
Content
> Let me elaborate: the GIL can perhaps suffer lost wakeups from time to > time. The Lock API certainly shouldn't. I think with FORCE_SWITCHING defined (the default?) it is not possible for the thread releasing the GIL to immediately reacquire it (unless there is a spurious wakeup when waiting on switch_cond). If all threads which wait on a condition are testing the same predicate then the stolen wakeup issue probably won't cause any misbehaviour.
History
Date User Action Args
2012-06-19 14:05:04 sbt set recipients: + sbt, loewis, paul.moore, pitrou, kristjan.jonsson, vstinner, python-dev
2012-06-19 14:05:04 sbt set messageid: 1340114704.54.0.944923215743.issue15038@psf.upfronthosting.co.za
2012-06-19 14:05:03 sbt link issue15038 messages
2012-06-19 14:05:03 sbt create