]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-124694: Add versionadded note to InterpreterPoolExecutor (#140468)
authorZachary Ware <zach@python.org>
Sat, 25 Oct 2025 23:29:46 +0000 (18:29 -0500)
committerGitHub <noreply@github.com>
Sat, 25 Oct 2025 23:29:46 +0000 (18:29 -0500)
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.