Message293678
The solution in PR 1583 looks unsafe to me. If some threads hang the loop `while self.thread_count != thread._count()` will never finished. If some dangling threads created in other tests or by regrtest itself are finished during running the test_thread test, that loop will never finished too. |
|
Date |
User |
Action |
Args |
2017-05-15 06:04:34 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, vstinner, grzgrzgrz3 |
2017-05-15 06:04:34 | serhiy.storchaka | set | messageid: <1494828274.35.0.30239253363.issue30357@psf.upfronthosting.co.za> |
2017-05-15 06:04:34 | serhiy.storchaka | link | issue30357 messages |
2017-05-15 06:04:34 | serhiy.storchaka | create | |
|