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 koobs, vstinner
Date 2017-09-13.01:13:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505265216.25.0.260157094975.issue30830@psf.upfronthosting.co.za>
In-reply-to
Content
While testing PR 3138 (stricter threading_cleanup) with PR 3523 (socketserver joins threads), I got the following warning:

test_listen_config_1_ok (test.test_logging.ConfigDictTest) ... Warning -- threading_cleanup() detected 1 leaked threads (count: 1, dangling: 2)
ok

Attached PR 3524 should fix this warning, once combined with PR 3523.
History
Date User Action Args
2017-09-13 01:13:36vstinnersetrecipients: + vstinner, koobs
2017-09-13 01:13:36vstinnersetmessageid: <1505265216.25.0.260157094975.issue30830@psf.upfronthosting.co.za>
2017-09-13 01:13:36vstinnerlinkissue30830 messages
2017-09-13 01:13:35vstinnercreate