[issue39812] Avoid daemon threads in concurrent.futures

Antoine Pitrou report at bugs.python.org
Tue Apr 27 04:24:36 EDT 2021


Antoine Pitrou <pitrou at free.fr> added the comment:

@Jan, without taking a look, I'd answer that indeed you should avoid using the "fork" method if you're doing any kind of multithreading in the parent process.  "forkserver" is a good choice nowadays on Linux and will result in more robust code.

----------

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


More information about the Python-bugs-list mailing list