[issue26903] ProcessPoolExecutor(max_workers=64) crashes on Windows

Brian Quinlan report at bugs.python.org
Mon May 6 11:48:56 EDT 2019


Brian Quinlan <brian at sweetapp.com> added the comment:

If no one has short-term plans to improve multiprocessing.connection.wait, then I'll update the docs to list this limitation, ensure that ProcessPoolExecutor never defaults to >60 processes on windows and raises a ValueError if the user explicitly passes a larger number.

----------

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


More information about the Python-bugs-list mailing list