STINNER Victor <[email protected]> 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" subinterpreters where threads are denied. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue40234> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
