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.23:17:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498087030.85.0.491453618066.issue30727@psf.upfronthosting.co.za>
In-reply-to
Content
notify_bug.py: script close totest.test_threading.ConditionTests.test_notify() but different:

* _wait() sleeps 1 nanosecond rather than 10 ms
* log many messages into stdout (file descriptor 1) using os.write()

It's quite easy to reproduce the bug with this script.
History
Date User Action Args
2017-06-21 23:17:10vstinnersetrecipients: + vstinner, pitrou, serhiy.storchaka
2017-06-21 23:17:10vstinnersetmessageid: <1498087030.85.0.491453618066.issue30727@psf.upfronthosting.co.za>
2017-06-21 23:17:10vstinnerlinkissue30727 messages
2017-06-21 23:17:10vstinnercreate