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 aeros, eric.snow, grahamd, jcea, pitrou, vstinner
Date 2020-05-15.01:39:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589506753.48.0.5711604972.issue40234@roundup.psfhosted.org>
In-reply-to
Content
Issue title: "[subinterpreters] Disallow daemon threads in subinterpreters optionally"

This issue is basically addressed by bpo-40453: daemon threads continue to be allowed by default when using Py_NewInterpreter(), but it's possible to opt-in for "isolated" subinterpreters where threads are denied.
History
Date User Action Args
2020-05-15 01:39:13vstinnersetrecipients: + vstinner, jcea, pitrou, grahamd, eric.snow, aeros
2020-05-15 01:39:13vstinnersetmessageid: <1589506753.48.0.5711604972.issue40234@roundup.psfhosted.org>
2020-05-15 01:39:13vstinnerlinkissue40234 messages
2020-05-15 01:39:13vstinnercreate