File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -640,13 +640,13 @@ Changes in the Python API
640640* :mod: `multiprocessing ` and :mod: `concurrent.futures `:
641641 The default start method (see :ref: `multiprocessing-start-methods `) changed
642642 away from *fork * to *forkserver * on POSIX platforms which support passing file
643- descriptors over Unix pipes such as Linux. Windows and macOS are keep *spawn *
643+ descriptors over Unix pipes, such as Linux. Windows and macOS keep *spawn *
644644 as their default method.
645- If you require the threading incompatible *fork * start method,
645+ If you require the threading- incompatible *fork * start method,
646646 which can run :ref: `unpicklable functions <pickle-picklable >`,
647647 you must explicitly specify it when using :mod: `multiprocessing `
648648 or :mod: `concurrent.futures ` APIs.
649- Code running pickable functions on these platforms without explicitly opting
649+ Code running picklable functions on these platforms without explicitly opting
650650 into the *fork * method will now raise :exc: `pickle.PicklingError `.
651651 (Contributed by Gregory P. Smith in :gh: `84559 `.)
652652
You can’t perform that action at this time.
0 commit comments