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 Mariatta, awolokita, pitrou, vstinner
Date 2020-03-09.11:14:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583752453.48.0.259671085787.issue30519@roundup.psfhosted.org>
In-reply-to
Content
Daemon threads are very fragile by design. I would prefer to not promote their usage. See for example bpo-39877 for a recent example. I would prefer to remove support for daemon threads, rather than adding more daemon threads!

I reject the issue.

Moreover, PR 1878 has been closed.
History
Date User Action Args
2020-03-09 11:14:13vstinnersetrecipients: + vstinner, pitrou, Mariatta, awolokita
2020-03-09 11:14:13vstinnersetmessageid: <1583752453.48.0.259671085787.issue30519@roundup.psfhosted.org>
2020-03-09 11:14:13vstinnerlinkissue30519 messages
2020-03-09 11:14:13vstinnercreate