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 pitrou, serhiy.storchaka, vstinner
Date 2017-06-21.22:40:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Oh, I reproduced the bug on Linux as well by running "./python -m test -F -m test.test_threading.ConditionTests.test_notify -v test_threading" 6 times in different terminals: the test hangs in two terminal after 2508 and 2262 runs.
History
Date User Action Args
2017-06-21 22:40:26vstinnersetrecipients: + vstinner, pitrou, serhiy.storchaka
2017-06-21 22:40:26vstinnersetmessageid: <[email protected]>
2017-06-21 22:40:26vstinnerlinkissue30727 messages
2017-06-21 22:40:26vstinnercreate