# 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.) <!-- gh-linked-prs --> ### Linked PRs * gh-107324 * gh-107402 <!-- /gh-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