[issue46464] concurrent.futures.ProcessPoolExecutor can deadlock when tcmalloc is used

Antoine Pitrou report at bugs.python.org
Tue Jan 25 06:06:46 EST 2022


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

Indeed, it seems this should only be disabled when the "fork" model is used, especially as the optimization is mostly valuable when spawning a worker is expensive.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list