]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-140920: remove incorrect mentions to `concurrent.futures.interpreter.Execut...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 31 Dec 2025 20:51:31 +0000 (21:51 +0100)
committerGitHub <noreply@github.com>
Wed, 31 Dec 2025 20:51:31 +0000 (20:51 +0000)
commit8680b18f265975e9578c2b85673b08b080bd1eaa
tree1d484e21a800c34849ae7948de8985ae32579c0e
parent38f23604c19d357d9782eb2c1a740c3296c08890
[3.14] gh-140920: remove incorrect mentions to `concurrent.futures.interpreter.ExecutionFailed` (GH-141723) (#143315)

gh-140920: remove incorrect mentions to `concurrent.futures.interpreter.ExecutionFailed` (GH-141723)

Remove documentation for inexistant `concurrent.futures.interpreter.ExecutionFailed`
and replace its occurrences by `concurrent.interpreters.ExecutionFailed` since this
is the documented exception.
(cherry picked from commit c5215978ebfea9471f313d5baa70a4e68bfb798b)

Co-authored-by: Lakshya Upadhyaya <lakshya.upadhyaya05@gmail.com>
Doc/library/concurrent.futures.rst