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