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 ned.deily
Recipients fakufaku, gvanrossum, ned.deily
Date 2021-01-08.17:25:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610126729.84.0.0677276669263.issue42850@roundup.psfhosted.org>
In-reply-to
Content
Also note that there are known problems with using the "fork" start method of multiprocessing on macOS. As of Python 3.8, the default start methord on macOS is now "spawn":

https://docs.python.org/3.9/library/multiprocessing.html#contexts-and-start-methods

Try using "spawn" and/or upgrade to a more recent version of Python 3 (3.9.1 is current).
History
Date User Action Args
2021-01-08 17:25:29ned.deilysetrecipients: + ned.deily, gvanrossum, fakufaku
2021-01-08 17:25:29ned.deilysetmessageid: <1610126729.84.0.0677276669263.issue42850@roundup.psfhosted.org>
2021-01-08 17:25:29ned.deilylinkissue42850 messages
2021-01-08 17:25:29ned.deilycreate