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 aa8c1a0 commit d504968Copy full SHA for d504968
1 file changed
Doc/library/multiprocessing.rst
@@ -1084,13 +1084,13 @@ Miscellaneous
1084
The return value can be ``'fork'``, ``'spawn'``, ``'forkserver'``
1085
or ``None``. See :ref:`multiprocessing-start-methods`.
1086
1087
-.. versionchanged:: 3.8
+ .. versionadded:: 3.4
1088
1089
- On macOS, the *spawn* start method is now the default. The *fork* start
1090
- method should be considered unsafe as it can lead to crashes of the
1091
- subprocess. See :issue:`33725`.
+ .. versionchanged:: 3.8
1092
1093
- .. 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`.
1094
1095
.. function:: set_executable(executable)
1096
0 commit comments