[issue33725] Python crashes on macOS after fork with no exec

Davin Potts report at bugs.python.org
Wed Nov 14 14:42:27 EST 2018


Davin Potts <python at discontinuity.net> added the comment:

Given the original post mentioned 2.7.15, I wonder if it is feasible to fork near the beginning of execution, then maintain and pass around a multiprocessing.Pool to be used when needed instead of dynamically forking?  Working with legacy code is almost always more interesting than you want it to be.

----------

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


More information about the Python-bugs-list mailing list