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 barry, davin, gregory.p.smith, josh.r, kapilt, lukasz.langa, miss-islington, ned.deily, pablogsal, pitrou, ronaldoussoren, tdsmith, vstinner
Date 2019-05-28.23:33:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559086408.99.0.0808577792123.issue33725@roundup.psfhosted.org>
In-reply-to
Content
Ned Deily:
> GPS beat me to it: this definitely should not be backported to either 3.7 or 2.7 since it is a major user behavior change.

Hum ok, but test_multiprocessing_fork is now always skipped on macOS in Python 3.7.

Can we at least document that the default start method (fork) is now unsafe on macOS? Maybe also explain how to change the default start method on macOS.
History
Date User Action Args
2019-05-28 23:33:29vstinnersetrecipients: + vstinner, barry, gregory.p.smith, ronaldoussoren, pitrou, ned.deily, lukasz.langa, josh.r, tdsmith, davin, pablogsal, miss-islington, kapilt
2019-05-28 23:33:28vstinnersetmessageid: <1559086408.99.0.0808577792123.issue33725@roundup.psfhosted.org>
2019-05-28 23:33:28vstinnerlinkissue33725 messages
2019-05-28 23:33:28vstinnercreate