Skip to content

Commit 85767c5

Browse files
committed
mention possible errors in incompatible changes
1 parent 0fab786 commit 85767c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ and :class:`~concurrent.futures.ProcessPoolExecutor` switches from
8181
See :ref:`(1) <whatsnew314-concurrent-futures-start-method>` and
8282
:ref:`(2) <whatsnew314-multiprocessing-start-method>` for details.
8383

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

8589
New features
8690
============

0 commit comments

Comments
 (0)