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 pitrou
Recipients brian.curtin, kristjan.jonsson, loewis, pitrou, sbt, tim.golden
Date 2011-03-21.12:13:31
SpamBayes Score 1.6522392e-05
Marked as misclassified No
Message-id <1300709609.3498.0.camel@localhost.localdomain>
In-reply-to <1300708984.37.0.757671503124.issue11618@psf.upfronthosting.co.za>
Content
> Yes, the race condition with the timeout is a problem.
> Here is a patch that implements this lock using a condition variable.
> I agree that one must consider performance/simplicity when doing this.

I don't understand why you need something that complicated. A simple
semaphore should be enough (as in the POSIX implementation).
History
Date User Action Args
2011-03-21 12:13:32pitrousetrecipients: + pitrou, loewis, kristjan.jonsson, tim.golden, brian.curtin, sbt
2011-03-21 12:13:31pitroulinkissue11618 messages
2011-03-21 12:13:31pitroucreate