Skip to content

Commit 8532d2c

Browse files
committed
concurrent.interpreters was added to Python 3.14
1 parent 522450e commit 8532d2c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Doc/reference/executionmodel.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,8 +571,7 @@ Once a program is running, new Python threads can be created using the
571571
:mod:`threading` module (on platforms and Python implementations that
572572
support threads). Additional processes can be created using the
573573
:mod:`os`, :mod:`subprocess`, and :mod:`multiprocessing` modules.
574-
Interpreters can be created and used with the
575-
:mod:`~concurrent.interpreters` module. Coroutines (async) can
574+
Coroutines (async) can
576575
be run using :mod:`asyncio` in each interpreter, typically only
577576
in a single thread (often the main thread).
578577

0 commit comments

Comments
 (0)