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 georg.brandl, giampaolo.rodola, jyasskin, kristjan.jonsson
Date 2010-10-24.08:58:24
SpamBayes Score 0.0010889507
Marked as misclassified No
Message-id <1287910706.4.0.14018811361.issue8777@psf.upfronthosting.co.za>
In-reply-to
Content
Hi, I had forgotten about this.
I went back to the drawing board and had almost completed a new version.  Looking at the Java barrier shows how one can go overboard with stuff.  My though with the barrier is to provide a simple synchronization primitive that works well for example in the unittests, without trying too hard to over design it in terms of failure modes.

Anyway, I´ll get my act together.  Same with RWLock, that is almost ready
History
Date User Action Args
2010-10-24 08:58:26kristjan.jonssonsetrecipients: + kristjan.jonsson, georg.brandl, giampaolo.rodola, jyasskin
2010-10-24 08:58:26kristjan.jonssonsetmessageid: <1287910706.4.0.14018811361.issue8777@psf.upfronthosting.co.za>
2010-10-24 08:58:25kristjan.jonssonlinkissue8777 messages
2010-10-24 08:58:24kristjan.jonssoncreate