File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1077,13 +1077,13 @@ Miscellaneous
1077
1077
The return value can be ``'fork' ``, ``'spawn' ``, ``'forkserver' ``
1078
1078
or ``None ``. See :ref: `multiprocessing-start-methods `.
1079
1079
1080
- .. versionchanged :: 3.8
1080
+ .. versionadded :: 3.4
1081
1081
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
1085
1083
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 `.
1087
1087
1088
1088
.. function :: set_executable(executable)
1089
1089
You can’t perform that action at this time.
0 commit comments