File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -642,9 +642,9 @@ Changes in the Python API
642642 away from *fork * to *forkserver * on POSIX platforms which support passing file
643643 descriptors over Unix pipes such as Linux. Windows and macOS are keep *spawn *
644644 as their default method.
645- If you require the threading incompatible *fork *,
645+ If you require the threading incompatible *fork * start method ,
646646 which can run :ref: `unpicklable functions <pickle-picklable >`,
647- start method you must explicitly specify it when using :mod: `multiprocessing `
647+ you must explicitly specify it when using :mod: `multiprocessing `
648648 or :mod: `concurrent.futures ` APIs.
649649 Code running pickable functions on these platforms without explicitly opting
650650 into the *fork * method will now raise :exc: `pickle.PicklingError `.
You can’t perform that action at this time.
0 commit comments