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 kj
Recipients DanilZ, bquinlan, kj, ned.deily, pitrou, ronaldoussoren
Date 2020-11-11.15:12:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605107534.92.0.110251054032.issue42245@roundup.psfhosted.org>
In-reply-to
Content
Danil, thanks for finding the cause behind this. Could you check if the new behavior in Python 3.8 and higher has the same problem on your machine (without your fix)? multiprocessing on MacOS started using spawn in 3.8, and I was wondering if it that fixed it.

What's new entry for 3.8 : 
https://docs.python.org/3/whatsnew/3.8.html#multiprocessing

The bug tracked:
https://bugs.python.org/issue33725

The PR for that
https://github.com/python/cpython/pull/13603/files
History
Date User Action Args
2020-11-11 15:12:14kjsetrecipients: + kj, bquinlan, ronaldoussoren, pitrou, ned.deily, DanilZ
2020-11-11 15:12:14kjsetmessageid: <1605107534.92.0.110251054032.issue42245@roundup.psfhosted.org>
2020-11-11 15:12:14kjlinkissue42245 messages
2020-11-11 15:12:14kjcreate