mirror of
https://github.com/python/cpython.git
synced 2025-08-19 16:20:59 +00:00
merge 3.5
This commit is contained in:
commit
63d80b71b3
1 changed files with 1 additions and 1 deletions
|
@ -1123,7 +1123,7 @@ multiprocessing
|
||||||
.. _whatsnew-multiprocessing-no-fork:
|
.. _whatsnew-multiprocessing-no-fork:
|
||||||
|
|
||||||
On Unix two new :ref:`start methods <multiprocessing-start-methods>`,
|
On Unix two new :ref:`start methods <multiprocessing-start-methods>`,
|
||||||
(``spawn`` and ``forkserver``, have been added for starting processes using
|
``spawn`` and ``forkserver``, have been added for starting processes using
|
||||||
:mod:`multiprocessing`. These make the mixing of processes with threads more
|
:mod:`multiprocessing`. These make the mixing of processes with threads more
|
||||||
robust, and the ``spawn`` method matches the semantics that multiprocessing has
|
robust, and the ``spawn`` method matches the semantics that multiprocessing has
|
||||||
always used on Windows. New function
|
always used on Windows. New function
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue