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-06-04.15:11:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559661104.07.0.836411959899.issue33725@roundup.psfhosted.org>
In-reply-to
Content
Ned Deily:
> No, it has *always* been unsafe. What's new as of 10.13/14 is that macOS tries much harder at runtime to detect such cases and more predictably cause an error rather than letter than let the process run on and possibly fail nondeterministically.

Hum, in the doc, I wrote:

.. versionchanged:: 3.8

   On macOS, *spawn* start method is now the default: *fork* start method is no
   longer reliable on macOS, see :issue:`33725`.

Should we change this text? Any proposition?
History
Date User Action Args
2019-06-04 15:11:44vstinnersetrecipients: + vstinner, barry, gregory.p.smith, ronaldoussoren, pitrou, ned.deily, lukasz.langa, josh.r, tdsmith, davin, pablogsal, miss-islington, kapilt
2019-06-04 15:11:44vstinnersetmessageid: <1559661104.07.0.836411959899.issue33725@roundup.psfhosted.org>
2019-06-04 15:11:44vstinnerlinkissue33725 messages
2019-06-04 15:11:43vstinnercreate