Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
improve wording
  • Loading branch information
picnixz authored Dec 22, 2024
commit 81ca0d161c606da38c60bc34133e81af0607970a
7 changes: 4 additions & 3 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@ Summary -- release highlights
Incompatible changes
====================

On POSIX, the default :ref:`start method <multiprocessing-start-methods>` for
:mod:`multiprocessing` and :class:`~concurrent.futures.ProcessPoolExecutor`
switches from *fork* to *forkserver*.
On platforms other than macOS and Windows, the default :ref:`start
method <multiprocessing-start-methods>` for :mod:`multiprocessing`
and :class:`~concurrent.futures.ProcessPoolExecutor` switches from
*fork* to *forkserver*.

See :ref:`(1) <whatsnew314-concurrent-futures-start-method>` and
:ref:`(2) <whatsnew314-multiprocessing-start-method>` for details.
Expand Down
Loading