[issue37266] Daemon threads must be forbidden in subinterpreters

STINNER Victor report at bugs.python.org
Sat Feb 29 17:37:27 EST 2020


STINNER Victor <vstinner at python.org> added the comment:

> There will be a problem with `concurrent.futures.ProcessPoolExecutor`, which currently launches its management thread as a daemon thread.

Please don't discuss in closed issues.

If you want to support concurrent.futures in subinterpreters, please open a separated RFE issue.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37266>
_______________________________________


More information about the Python-bugs-list mailing list