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 ncoghlan
Recipients eric.snow, ncoghlan, pablogsal, vstinner
Date 2019-05-08.14:57:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557327444.94.0.521673513435.issue36479@roundup.psfhosted.org>
In-reply-to
Content
Pablo pointed out a problem with this change at the PyCon sprints: the thread cleanup code doesn't currently distinguish between "Python created daemon thread" and "thread created by the embedding application".

That's already somewhat problematic if an embedding application goes through multiple initialize/finalize cycles, but it's even more critical to make the distinction correctly if we move the daemon thread cleanup to interpreter shutdown.
History
Date User Action Args
2019-05-08 14:57:24ncoghlansetrecipients: + ncoghlan, vstinner, eric.snow, pablogsal
2019-05-08 14:57:24ncoghlansetmessageid: <1557327444.94.0.521673513435.issue36479@roundup.psfhosted.org>
2019-05-08 14:57:24ncoghlanlinkissue36479 messages
2019-05-08 14:57:24ncoghlancreate