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 brian.curtin, kristjan.jonsson, loewis, pitrou, sbt, tim.golden
Date 2011-03-21.14:15:38
SpamBayes Score 0.0028690638
Marked as misclassified No
Message-id <1300716939.02.0.927742617553.issue11618@psf.upfronthosting.co.za>
In-reply-to
Content
Emulating condition variables on windows became easy once Semaphores were provided by the OS because they provide a way around the lost wakeup problem.  The current implementation in cpython was submitted by me :)  The source material is provided for reference only.
History
Date User Action Args
2011-03-21 14:15:39kristjan.jonssonsetrecipients: + kristjan.jonsson, loewis, pitrou, tim.golden, brian.curtin, sbt
2011-03-21 14:15:39kristjan.jonssonsetmessageid: <1300716939.02.0.927742617553.issue11618@psf.upfronthosting.co.za>
2011-03-21 14:15:38kristjan.jonssonlinkissue11618 messages
2011-03-21 14:15:38kristjan.jonssoncreate