PEP 554 – Multiple Interpreters in the Stdlib

PEP 554, на сайте с May 19, 2023 00:34
CPython has supported multiple interpreters in the same process (AKA “subinterpreters”) since version 1.5 (1997). The feature has been available via the C-API. [c-api] Multiple interpreters operate in relative isolation from one another, which facilitates novel alternative approaches to concurrency.