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

Mark Dickinson report at bugs.python.org
Sun Mar 29 08:59:13 EDT 2020


Mark Dickinson <dickinsm at gmail.com> added the comment:

@Mouse: see #28965. The fix for the code you show is to join the child processes before the main process starts exiting.

----------
nosy: +mark.dickinson

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


More information about the Python-bugs-list mailing list