We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ddb777 commit d74438bCopy full SHA for d74438b
Doc/library/multiprocessing.rst
@@ -126,8 +126,9 @@ to start a process. These *start methods* are
126
127
.. versionchanged:: 3.8
128
129
- On macOS, *spawn* start method is now the default: *fork* start method is no
130
- 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
131
+ subprocess. See :issue:`33725`.
132
133
.. versionchanged:: 3.4
134
*spawn* added on all unix platforms, and *forkserver* added for
0 commit comments