-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
Closed
Labels
3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixesdocsDocumentation in the Doc dirDocumentation in the Doc dirtopic-C-APItopic-subinterpreters
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
Labels
3.12only security fixesonly security fixes3.13bugs and security fixesbugs and security fixesdocsDocumentation in the Doc dirDocumentation in the Doc dirtopic-C-APItopic-subinterpreters
Projects
Status
Done