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
mention possible errors in incompatible changes
  • Loading branch information
picnixz committed Feb 22, 2025
commit 85767c51909e46d52fa552777262575d04686b4f
4 changes: 4 additions & 0 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ and :class:`~concurrent.futures.ProcessPoolExecutor` switches from
See :ref:`(1) <whatsnew314-concurrent-futures-start-method>` and
:ref:`(2) <whatsnew314-multiprocessing-start-method>` for details.

If you encounter :exc:`NameError`\s or pickling errors coming out of
:mod:`multiprocessing` or :mod:`concurrent.futures`, please read the
:ref:`forkserver restrictions <multiprocessing-programming-forkserver>`.


New features
============
Expand Down
Loading