Skip to content

Commit 421a475

Browse files
authored
pythongh-124694: Add versionadded note to InterpreterPoolExecutor (python#140468)
1 parent d74a963 commit 421a475

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)