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 Arfrever, neologix, pitrou, python-dev, serhiy.storchaka, vajrasky, vstinner
Date 2020-03-08.11:15:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583666155.29.0.551891486185.issue19466@roundup.psfhosted.org>
In-reply-to
Content
The change has been reverted in 2014. I reopen the issue since using daemon thraeds became safer in Python 3.9. As soon as a daemon thread attempts to take the GIL, it does exit immediately.

With the commit eb4e2ae2b8486e8ee4249218b95d94a9f0cc513e (bpo-39877), it should be even more reliable.

Let me retry to fix this issue again. I reopen the issue and I wrote a new PR.
History
Date User Action Args
2020-03-08 11:15:55vstinnersetrecipients: + vstinner, pitrou, Arfrever, neologix, python-dev, serhiy.storchaka, vajrasky
2020-03-08 11:15:55vstinnersetmessageid: <1583666155.29.0.551891486185.issue19466@roundup.psfhosted.org>
2020-03-08 11:15:55vstinnerlinkissue19466 messages
2020-03-08 11:15:55vstinnercreate