Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Doc/library/multiprocessing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,9 @@ to start a process. These *start methods* are

.. versionchanged:: 3.8

On macOS, *spawn* start method is now the default: *fork* start method is no
longer reliable on macOS, see :issue:`33725`.
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 :issue:`33725`.

.. versionchanged:: 3.4
*spawn* added on all unix platforms, and *forkserver* added for
Expand Down