Message296598
| 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:10 | vstinner | set | recipients: + vstinner, pitrou, serhiy.storchaka |
| 2017-06-21 23:17:10 | vstinner | set | messageid: <1498087030.85.0.491453618066.issue30727@psf.upfronthosting.co.za> |
| 2017-06-21 23:17:10 | vstinner | link | issue30727 messages |
| 2017-06-21 23:17:10 | vstinner | create | |