Skip to content

Commit

Permalink
mention possible errors in incompatible changes
Browse files Browse the repository at this point in the history
  • Loading branch information
picnixz committed Feb 22, 2025
1 parent 0fab786 commit 85767c5
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit 85767c5

Please sign in to comment.