[issue40379] multiprocessing's default start method of fork()-without-exec() is broken

Antoine Pitrou report at bugs.python.org
Fri Apr 30 15:15:18 EDT 2021


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

The macOS change was required before "fork" simply ceased to work.
Windows has always used "spawn", because no other method can be implemented on Windows.

----------

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


More information about the Python-bugs-list mailing list