Hi all,
CPython has supported multiple interpreters (in the same process) for
a long time, but only through the C-API. I'm working on exposing that
functionality to Python code (see PEP 554), aiming for 3.12. I expect
that users will find the feature useful (particularly with a
per-interpreter G
On 22/8/22 18:59, Eric Snow wrote:
Hi all,
CPython has supported multiple interpreters (in the same process) for
a long time, but only through the C-API. I'm working on exposing that
functionality to Python code (see PEP 554), aiming for 3.12. I expect
that users will find the feature useful