[issue40234] [subinterpreters] Disallow daemon threads in subinterpreters optionally

2020-05-14 Thread STINNER Victor
STINNER Victor added the comment: 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

[issue40234] [subinterpreters] Disallow daemon threads in subinterpreters optionally

2020-05-14 Thread STINNER Victor
Change by STINNER Victor : -- components: +Subinterpreters -Interpreter Core title: Disallow daemon threads in subinterpreters optionally. -> [subinterpreters] Disallow daemon threads in subinterpreters optionally ___ Python tracker