[issue33725] High Sierra hang when using multi-processing

Ronald Oussoren report at bugs.python.org
Fri Jun 1 01:51:16 EDT 2018


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

A better solution is to avoid using fork mode for multiprocessing. The spawn and fork server modes should work fine. 

The underlying problem is that macOS system frameworks (basically anything higher level than libc) are not save wrt fork(2) and fixing that appears to have no priority at all at Apple.

----------

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


More information about the Python-bugs-list mailing list