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 davin
Recipients davin, jnoller, sbt
Date 2015-09-11.04:36:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441946183.46.0.218351120538.issue25066@psf.upfronthosting.co.za>
In-reply-to
Content
This patch implements the majority opinion from issue24391 for the desired format of the reprs produced by Event, Semaphore, BoundedSemaphore, and Barrier.  It provides tests around each, inspired by Serhiy's preliminary patch for that same issue but adapted for multiprocessing.

These tests pass on all but 2 -- it is expected that those 2 will pass once the threading module has been similarly updated as some of the combinatoric tests leverage threading.Event in some cases and multiprocessing.Event in others (and so on for the other synchronization objects).  At present, Serhiy's patch still needs updating to match the majority opinion on the repr format, hence it could not yet be applied in combination with this patch for testing.  Tests thus far have been performed on OS X 10.10.3.
History
Date User Action Args
2015-09-11 04:36:23davinsetrecipients: + davin, jnoller, sbt
2015-09-11 04:36:23davinsetmessageid: <1441946183.46.0.218351120538.issue25066@psf.upfronthosting.co.za>
2015-09-11 04:36:23davinlinkissue25066 messages
2015-09-11 04:36:23davincreate