10000 [3.12] gh-115652: Fix indentation in the documentation of multiproces… · python/cpython@94d1a7b · GitHub
[go: up one dir, main page]

Skip to content

Commit 94d1a7b

Browse files
[3.12] gh-115652: Fix indentation in the documentation of multiprocessing.get_start_method (GH-115658) (GH-115659)
(cherry picked from commit d504968) Co-authored-by: Daniel Haag <121057143+denialhaag@users.noreply.github.com>
1 parent 8a5731e commit 94d1a7b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/library/multiprocessing.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,13 +1077,13 @@ Miscellaneous
10771077
The return value can be ``'fork'``, ``'spawn'``, ``'forkserver'``
10781078
or ``None``. See :ref:`multiprocessing-start-methods`.
10791079

1080-
.. versionchanged:: 3.8
1080+
.. versionadded:: 3.4
10811081

1082-
On macOS, the *spawn* start method is now the default. The *fork* start
1083-
method should be considered unsafe as it can lead to crashes of the
1084-
subprocess. See :issue:`33725`.
1082+
.. versionchanged:: 3.8
10851083

1086-
.. versionadded:: 3.4
1084+
On macOS, the *spawn* start method is now the default. The *fork* start
1085+
method should be considered unsafe as it can lead to crashes of the
1086+
subprocess. See :issue:`33725`.
10871087

10881088
.. function:: set_executable(executable)
10891089

0 commit comments

Comments
 (0)
0