Message 368912 - Python tracker
Message368912
| 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:13 | vstinner | set | recipients: + vstinner, jcea, pitrou, grahamd, eric.snow, aeros |
| 2020-05-15 01:39:13 | vstinner | set | messageid: <1589506753.48.0.5711604972.issue40234@roundup.psfhosted.org> |
| 2020-05-15 01:39:13 | vstinner | link | issue40234 messages |
| 2020-05-15 01:39:13 | vstinner | create | |