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 pitrou, vstinner
Date 2017-09-13.00:04:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505261091.71.0.0318505378102.issue31233@psf.upfronthosting.co.za>
In-reply-to
Content
Another recent example while testing bpo-31234:

test_ThreadingUDPServer (test.test_socketserver.SocketServerTest) ...
(...)
done
Warning -- threading_cleanup() detected 1 leaked threads (count: 1, dangling: 2)
ok
History
Date User Action Args
2017-09-13 00:04:51vstinnersetrecipients: + vstinner, pitrou
2017-09-13 00:04:51vstinnersetmessageid: <1505261091.71.0.0318505378102.issue31233@psf.upfronthosting.co.za>
2017-09-13 00:04:51vstinnerlinkissue31233 messages
2017-09-13 00:04:51vstinnercreate