[issue42245] concurrent.futures.ProcessPoolExecutor freezes depending on complexity

Ken Jin report at bugs.python.org
Wed Nov 11 10:12:14 EST 2020


Ken Jin <kenjin4096 at gmail.com> added the comment:

Danil, thanks for finding the cause behind this. Could you check if the new behavior in Python 3.8 and higher has the same problem on your machine (without your fix)? multiprocessing on MacOS started using spawn in 3.8, and I was wondering if it that fixed it.

What's new entry for 3.8 : 
https://docs.python.org/3/whatsnew/3.8.html#multiprocessing

The bug tracked:
https://bugs.python.org/issue33725

The PR for that
https://github.com/python/cpython/pull/13603/files

----------

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


More information about the Python-bugs-list mailing list