diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index b069ee3ee3df82a..e3893c3279e963e 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -293,6 +293,7 @@ concurrent.futures same process) to Python code. This is separate from the proposed API in :pep:`734`. (Contributed by Eric Snow in :gh:`124548`.) + * The default ``ProcessPoolExecutor`` start method (see :ref:`multiprocessing-start-methods`) changed from *fork* to *forkserver* on platforms other than macOS & Windows. If you require the threading