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 csernazs, jyasskin, kristjan.jonsson, neologix, pitrou, python-dev, vstinner
Date 2017-06-22.00:11:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498090262.94.0.0807331263985.issue8799@psf.upfronthosting.co.za>
In-reply-to
Content
The race condition is not dead, at least in Python 2.7 :-) I backported the change for bpo-30727: "[2.7] test_threading.ConditionTests.test_notify() hangs randomly on Python 2.7".
History
Date User Action Args
2017-06-22 00:11:03vstinnersetrecipients: + vstinner, csernazs, pitrou, kristjan.jonsson, jyasskin, neologix, python-dev
2017-06-22 00:11:02vstinnersetmessageid: <1498090262.94.0.0807331263985.issue8799@psf.upfronthosting.co.za>
2017-06-22 00:11:02vstinnerlinkissue8799 messages
2017-06-22 00:11:02vstinnercreate