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 4d42e1c commit 823b50eCopy full SHA for 823b50e
Doc/library/concurrent.futures.rst
@@ -278,6 +278,11 @@ in a REPL or a lambda should not be expected to work.
278
default in absence of a *mp_context* parameter. This feature is incompatible
279
with the "fork" start method.
280
281
+ .. note::
282
+ Bugs have been reported when using the *max_tasks_per_child* feature that
283
+ can result in the :class:`ProcessPoolExecutor` hanging in some
284
+ circumstances. Follow its eventual resolution in :gh:`115634`.
285
+
286
.. versionchanged:: 3.3
287
When one of the worker processes terminates abruptly, a
288
:exc:`~concurrent.futures.process.BrokenProcessPool` error is now raised.
0 commit comments