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 @@ -1084,13 +1084,13 @@ Miscellaneous
1084
1084
The return value can be ``'fork' ``, ``'spawn' ``, ``'forkserver' ``
1085
1085
or ``None ``. See :ref: `multiprocessing-start-methods `.
1086
1086
1087
- .. versionchanged :: 3.8
1087
+ .. versionadded :: 3.4
1088
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 `.
1089
+ .. versionchanged :: 3.8
1092
1090
1093
- .. versionadded :: 3.4
1091
+ On macOS, the *spawn * start method is now the default. The *fork * start
1092
+ method should be considered unsafe as it can lead to crashes of the
1093
+ subprocess. See :issue: `33725 `.
1094
1094
1095
1095
.. function :: set_executable(executable)
1096
1096
You can’t perform that action at this time.
0 commit comments