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 Sebastian.Noack, asvetlov, christian.heimes, jyasskin, kristjan.jonsson, mklauber, neologix, pitrou, sbt
Date 2012-10-05.11:52:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349437885.3364.0.camel@localhost.localdomain>
In-reply-to <1349430703.03.0.621193317288.issue8800@psf.upfronthosting.co.za>
Content
Le vendredi 05 octobre 2012 à 09:51 +0000, Kristján Valur Jónsson a
écrit :
> Then I started to wonder if it were appropriate to use a Barrier in
> the Condition variable tests, particularly given that the former is
> implemented by way of the latter :)

Indeed, the reason I wrote the lock tests that way is that I want the
tests to be independent of the primitives under test. Otherwise things
become very messy.
History
Date User Action Args
2012-10-05 11:52:45pitrousetrecipients: + pitrou, kristjan.jonsson, christian.heimes, jyasskin, asvetlov, neologix, sbt, mklauber, Sebastian.Noack
2012-10-05 11:52:45pitroulinkissue8800 messages
2012-10-05 11:52:44pitroucreate