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 xiang.zhang
Recipients vstinner, xiang.zhang
Date 2017-05-17.15:01:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495033319.08.0.193009058305.issue30387@psf.upfronthosting.co.za>
In-reply-to
Content
Running test_threading throws a warning now.

./python -m test test_threading
Run tests sequentially
0:00:00 load avg: 0.22 [1/1] test_threading
Warning -- threading_cleanup() failed to cleanup 0 threads after 2 sec (count: 0, dangling: 21)
1 test OK.

Total duration: 13 sec
Tests result: SUCCESS

Seems related to 79ef7f8e88a4972c4aecf95cfc5cd934f1861e08.
History
Date User Action Args
2017-05-17 15:01:59xiang.zhangsetrecipients: + xiang.zhang, vstinner
2017-05-17 15:01:59xiang.zhangsetmessageid: <1495033319.08.0.193009058305.issue30387@psf.upfronthosting.co.za>
2017-05-17 15:01:59xiang.zhanglinkissue30387 messages
2017-05-17 15:01:58xiang.zhangcreate