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 docs@python, ezwelty, ned.deily, pitrou, ronaldoussoren, terry.reedy
Date 2020-05-29.10:37:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590748663.1.0.341965778978.issue33111@roundup.psfhosted.org>
In-reply-to
Content
In Python 3.8, the default start method for multiprocessing when run on macOS is now "spawn" instead of "fork".

"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."
History
Date User Action Args
2020-05-29 10:37:43ned.deilysetrecipients: + ned.deily, terry.reedy, ronaldoussoren, pitrou, docs@python, ezwelty
2020-05-29 10:37:43ned.deilysetmessageid: <1590748663.1.0.341965778978.issue33111@roundup.psfhosted.org>
2020-05-29 10:37:43ned.deilylinkissue33111 messages
2020-05-29 10:37:43ned.deilycreate