]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-124694: Add versionadded note to InterpreterPoolExecutor (GH-140605)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 25 Oct 2025 23:37:24 +0000 (01:37 +0200)
committerGitHub <noreply@github.com>
Sat, 25 Oct 2025 23:37:24 +0000 (23:37 +0000)
(cherry picked from commit 421a475c87771d46752c27def264e5c622a58427)

Co-authored-by: Zachary Ware <zach@python.org>
Doc/library/concurrent.futures.rst

index 6f8043e6cf7735f3fbff1359dc12a151b0a668c7..c2e2f7f820f4ef1e5b08951d8eec82f7099bda85 100644 (file)
@@ -239,6 +239,8 @@ ThreadPoolExecutor Example
 InterpreterPoolExecutor
 -----------------------
 
+.. versionadded:: 3.14
+
 The :class:`InterpreterPoolExecutor` class uses a pool of interpreters
 to execute calls asynchronously.  It is a :class:`ThreadPoolExecutor`
 subclass, which means each worker is running in its own thread.