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 serhiy.storchaka
Recipients grzgrzgrz3, serhiy.storchaka, vstinner
Date 2017-05-15.06:04:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494828274.35.0.30239253363.issue30357@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-05-15 06:04:34serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, grzgrzgrz3
2017-05-15 06:04:34serhiy.storchakasetmessageid: <1494828274.35.0.30239253363.issue30357@psf.upfronthosting.co.za>
2017-05-15 06:04:34serhiy.storchakalinkissue30357 messages
2017-05-15 06:04:34serhiy.storchakacreate