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 vstinner
Recipients davin, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-05-15.15:33:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494862411.1.0.491297152763.issue30344@psf.upfronthosting.co.za>
In-reply-to
Content
I pushed my backport. Since the bug occurs randomly, I consider that it's now fixed and I close the issue. I may reopen if the bug reappears.

New changeset 9d1983be503012e750f49d31b569f3fe4554c628 by Victor Stinner in branch '2.7':
bpo-11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition. (#1591)
https://github.com/python/cpython/commit/9d1983be503012e750f49d31b569f3fe4554c628
History
Date User Action Args
2017-05-15 15:33:31vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, davin
2017-05-15 15:33:31vstinnersetmessageid: <1494862411.1.0.491297152763.issue30344@psf.upfronthosting.co.za>
2017-05-15 15:33:31vstinnerlinkissue30344 messages
2017-05-15 15:33:31vstinnercreate