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 @@ -1065,13 +1065,13 @@ Miscellaneous
1065
1065
or ``None ``. ``'fork' `` is the default on Unix, while ``'spawn' `` is
1066
1066
the default on Windows and macOS.
1067
1067
1068
- .. versionchanged :: 3.8
1068
+ .. versionadded :: 3.4
1069
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 `.
1070
+ .. versionchanged :: 3.8
1073
1071
1074
- .. versionadded :: 3.4
1072
+ On macOS, the *spawn * start method is now the default. The *fork * start
1073
+ method should be considered unsafe as it can lead to crashes of the
1074
+ subprocess. See :issue: `33725 `.
1075
1075
1076
1076
.. function :: set_executable(executable)
1077
1077
You can’t perform that action at this time.
0 commit comments