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
Update Doc/library/concurrent.futures.rst
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
  • Loading branch information
gpshead and AA-Turner authored Sep 23, 2023
commit d38b05649c29626c7ffd7e3812f943791b2da37b
2 changes: 1 addition & 1 deletion Doc/library/concurrent.futures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ to a :class:`ProcessPoolExecutor` will result in deadlock.
:mod:`multiprocessing` context uses the ``"fork"`` start method:
The :func:`os.fork` called internally to spawn workers may raise a
Comment thread
gpshead marked this conversation as resolved.
Outdated
:exc:`DeprecationWarning`. Pass a *mp_context* configured to use a
different start method. See the :func:`os.fork` documentation
different start method. See the :func:`os.fork` documentation for
further explanation.

.. _processpoolexecutor-example:
Expand Down