STINNER Victor <vstin...@python.org> added the comment:

See also a discussion about the usefulness of daemon threads:
https://github.com/python-trio/trio/issues/2046

I'm more in favor of deprecating daemon threads (in any interpreter, not only 
in subinterpreters). The current implementation is too fragile. There are still 
corner cases like the one described in this issue.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42969>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to