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 2f60b8f commit 20ec2b7Copy full SHA for 20ec2b7
Doc/library/concurrent.futures.rst
@@ -379,6 +379,11 @@ in a REPL or a lambda should not be expected to work.
379
default in absence of a *mp_context* parameter. This feature is incompatible
380
with the "fork" start method.
381
382
+ .. note::
383
+ Bugs have been reported when using the *max_tasks_per_child* feature that
384
+ can result in the :class:`ProcessPoolExecutor` hanging in some
385
+ circumstances. Follow its eventual resolution in :gh:`115634`.
386
+
387
.. versionchanged:: 3.3
388
When one of the worker processes terminates abruptly, a
389
:exc:`~concurrent.futures.process.BrokenProcessPool` error is now raised.
0 commit comments