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

Ned Deily report at bugs.python.org
Tue May 28 19:43:35 EDT 2019


Ned Deily <nad at python.org> added the comment:

> Can we at least document that the default start method (fork) is now unsafe on macOS?

Thanks, I was just going to add that I would accept a doc change for 3.7.  But the wording should be a little clearer that fork has *always* been unsafe on macOS, i.e. this is not a new issue for 3.7 which is one of the reasons it should not be backported.

----------

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


More information about the Python-bugs-list mailing list