Skip to content

Commit 5961115

Browse files
[3.14] gh-124694: Add versionadded note to InterpreterPoolExecutor (GH-140605)
(cherry picked from commit 421a475) Co-authored-by: Zachary Ware <[email protected]>
1 parent 62c9d48 commit 5961115

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/library/concurrent.futures.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ ThreadPoolExecutor Example
239239
InterpreterPoolExecutor
240240
-----------------------
241241

242+
.. versionadded:: 3.14
243+
242244
The :class:`InterpreterPoolExecutor` class uses a pool of interpreters
243245
to execute calls asynchronously. It is a :class:`ThreadPoolExecutor`
244246
subclass, which means each worker is running in its own thread.

0 commit comments

Comments
 (0)