Documentation
https://docs.python.org/3.12/c-api/init.html#sub-interpreter-support
- add an entry for
Py_NewInterpreterFromConfig() and PyInterpreterConfig
- section about the consequences of a Per-interpreter GIL
- fix
Py_EndInterpreter() (and Py_NewInterpreter()?) about holding GIL before/after
(See https://peps.python.org/pep-0684/ and gh-99113.)
Linked PRs
Documentation
https://docs.python.org/3.12/c-api/init.html#sub-interpreter-support
Py_NewInterpreterFromConfig()andPyInterpreterConfigPy_EndInterpreter()(andPy_NewInterpreter()?) about holding GIL before/after(See https://peps.python.org/pep-0684/ and gh-99113.)
Linked PRs