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
10841084 The return value can be ``'fork' ``, ``'spawn' ``, ``'forkserver' ``
10851085 or ``None ``. See :ref: `multiprocessing-start-methods `.
10861086
1087- .. versionchanged :: 3.8
1087+ .. versionadded :: 3.4
10881088
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
10921090
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 `.
10941094
10951095.. function :: set_executable(executable)
10961096
You can’t perform that action at this time.
0 commit comments