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 a95bb88 commit 7b0ff5cCopy full SHA for 7b0ff5c
Doc/library/concurrent.futures.rst
@@ -715,15 +715,6 @@ Exception classes
715
716
.. versionadded:: 3.14
717
718
-.. exception:: ExecutionFailed
719
-
720
- Raised from :class:`~concurrent.futures.InterpreterPoolExecutor` when
721
- the given initializer fails or from
722
- :meth:`~concurrent.futures.Executor.submit` when there's an uncaught
723
- exception from the submitted task.
724
725
- .. versionadded:: 3.14
726
727
.. currentmodule:: concurrent.futures.process
728
729
.. exception:: BrokenProcessPool
0 commit comments