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 davin, pitrou, vstinner
Date 2017-07-10.10:21:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499682107.75.0.164342636986.issue30886@psf.upfronthosting.co.za>
In-reply-to
Content
> Oh, that's because you're calling join_thread() explicitly.  I see.  I agree that the fix looks desirable then.

FYI I added join_thread() in my first attempt to fix "Warning -- threading._dangling was modified by test_logging": bpo-30131, commit 8ca2f2faefa8dba323a2e4c4b86efb633d7a53cf. I expected that join_thread() would... join the thread :-)
History
Date User Action Args
2017-07-10 10:21:47vstinnersetrecipients: + vstinner, pitrou, davin
2017-07-10 10:21:47vstinnersetmessageid: <1499682107.75.0.164342636986.issue30886@psf.upfronthosting.co.za>
2017-07-10 10:21:47vstinnerlinkissue30886 messages
2017-07-10 10:21:47vstinnercreate