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 eb75995 commit d491522Copy full SHA for d491522
1 file changed
Doc/library/multiprocessing.rst
@@ -1065,13 +1065,13 @@ Miscellaneous
1065
or ``None``. ``'fork'`` is the default on Unix, while ``'spawn'`` is
1066
the default on Windows and macOS.
1067
1068
-.. versionchanged:: 3.8
+ .. versionadded:: 3.4
1069
1070
- On macOS, the *spawn* start method is now the default. The *fork* start
1071
- method should be considered unsafe as it can lead to crashes of the
1072
- subprocess. See :issue:`33725`.
+ .. versionchanged:: 3.8
1073
1074
- .. versionadded:: 3.4
+ 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`.
1075
1076
.. function:: set_executable(executable)
1077
0 commit comments