We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fab786 commit 85767c5Copy full SHA for 85767c5
Doc/whatsnew/3.14.rst
@@ -81,6 +81,10 @@ and :class:`~concurrent.futures.ProcessPoolExecutor` switches from
81
See :ref:`(1) <whatsnew314-concurrent-futures-start-method>` and
82
:ref:`(2) <whatsnew314-multiprocessing-start-method>` for details.
83
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
+
88
89
New features
90
============
0 commit comments