Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 296 Bytes

2023-05-02-21-05-54.gh-issue-104109.0tnDZV.rst

File metadata and controls

5 lines (5 loc) · 296 Bytes

We've added Py_NewInterpreterFromConfig() and PyInterpreterConfig to the public C-API (but not the stable ABI; not yet at least). The new function may be used to create a new interpreter with various features configured. The function was added to support PEP 684 (per-interpreter GIL).