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 gregory.p.smith, izbyshev, vstinner
Date 2021-06-28.23:49:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624924196.83.0.226043512805.issue42969@roundup.psfhosted.org>
In-reply-to
Content
See also a discussion about the usefulness of daemon threads:
https://github.com/python-trio/trio/issues/2046

I'm more in favor of deprecating daemon threads (in any interpreter, not only in subinterpreters). The current implementation is too fragile. There are still corner cases like the one described in this issue.
History
Date User Action Args
2021-06-28 23:49:56vstinnersetrecipients: + vstinner, gregory.p.smith, izbyshev
2021-06-28 23:49:56vstinnersetmessageid: <1624924196.83.0.226043512805.issue42969@roundup.psfhosted.org>
2021-06-28 23:49:56vstinnerlinkissue42969 messages
2021-06-28 23:49:56vstinnercreate