This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients kapilt, ned.deily, ronaldoussoren
Date 2018-06-01.05:51:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527832276.41.0.682650639539.issue33725@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-06-01 05:51:16ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, kapilt
2018-06-01 05:51:16ronaldoussorensetmessageid: <1527832276.41.0.682650639539.issue33725@psf.upfronthosting.co.za>
2018-06-01 05:51:16ronaldoussorenlinkissue33725 messages
2018-06-01 05:51:16ronaldoussorencreate