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 vstinner
Recipients ned.deily, ronaldoussoren, vstinner, wesinator
Date 2019-07-16.17:01:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563296477.5.0.111240324452.issue37607@roundup.psfhosted.org>
In-reply-to
Content
See bpo-33725 and multiprocessing documentation:
https://docs.python.org/dev/library/multiprocessing.html#contexts-and-start-methods

"Changed in version 3.8: On macOS, the spawn start method is now the default. The fork start method should be considered unsafe as it can lead to crashes of the subprocess. See bpo-33725."

Change the start method to spawn.
History
Date User Action Args
2019-07-16 17:01:17vstinnersetrecipients: + vstinner, ronaldoussoren, ned.deily, wesinator
2019-07-16 17:01:17vstinnersetmessageid: <1563296477.5.0.111240324452.issue37607@roundup.psfhosted.org>
2019-07-16 17:01:17vstinnerlinkissue37607 messages
2019-07-16 17:01:17vstinnercreate