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 vstinner, xiang.zhang
Date 2017-05-17.18:34:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495046067.5.0.448645015365.issue30387@psf.upfronthosting.co.za>
In-reply-to
Content
Oh wait, I succeeded to reproduce the bug on master. In verbose mode, we even get the test name!

test_is_alive_after_fork (test.test_threading.ThreadTests) ... Warning -- threading_cleanup() failed to cleanup 0 threads after 3 sec (count: 0, dangling: 21)
ok
History
Date User Action Args
2017-05-17 18:34:27vstinnersetrecipients: + vstinner, xiang.zhang
2017-05-17 18:34:27vstinnersetmessageid: <1495046067.5.0.448645015365.issue30387@psf.upfronthosting.co.za>
2017-05-17 18:34:27vstinnerlinkissue30387 messages
2017-05-17 18:34:27vstinnercreate