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

Gregory P. Smith report at bugs.python.org
Mon Jan 24 21:25:09 EST 2022


Gregory P. Smith <greg at krypto.org> added the comment:

It sounds like we need to introspect the mp_context= passed to ProcessPoolExecutor (and it's default when None) to raise an error when max_tasks_per_child is incompatible with it.

----------

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


More information about the Python-bugs-list mailing list