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 gregory.p.smith, jyasskin, pitrou
Date 2009-11-06.11:26:23
SpamBayes Score 0.09330317
Marked as misclassified No
Message-id <1257506788.68.0.0613740035295.issue7270@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch adding unit tests for synchronization primitives in
threading.py (Lock, RLock, Event, Condition). I've left Semaphore and
BoundedSemaphore out of the picture.
History
Date User Action Args
2009-11-06 11:26:29pitrousetrecipients: + pitrou, gregory.p.smith, jyasskin
2009-11-06 11:26:28pitrousetmessageid: <1257506788.68.0.0613740035295.issue7270@psf.upfronthosting.co.za>
2009-11-06 11:26:26pitroulinkissue7270 messages
2009-11-06 11:26:25pitroucreate