Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Docs Entry for the New Py_mod_multiple_interpreters Module Def Slot #107306

Closed
ericsnowcurrently opened this issue Jul 26, 2023 · 0 comments
Assignees
Labels
3.12 bugs and security fixes 3.13 bugs and security fixes docs Documentation in the Doc dir topic-C-API topic-subinterpreters

Comments

@ericsnowcurrently
Copy link
Member

ericsnowcurrently commented Jul 26, 2023

Documentation

https://docs.python.org/3.12/c-api/module.html?highlight=py_mod_create#c.PyModuleDef_Slot
https://docs.python.org/3.12/howto/isolating-extensions.html

(See https://peps.python.org/pep-0684/ and gh-99113.)

Linked PRs

@ericsnowcurrently ericsnowcurrently added docs Documentation in the Doc dir topic-subinterpreters topic-C-API 3.12 bugs and security fixes 3.13 bugs and security fixes labels Jul 26, 2023
@ericsnowcurrently ericsnowcurrently self-assigned this Jul 26, 2023
ericsnowcurrently added a commit that referenced this issue Jul 31, 2023
It was added in 3.12 for PEP 684 (per-interpreter GIL).
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jul 31, 2023
…thonGH-107403)

It was added in 3.12 for PEP 684 (per-interpreter GIL).
(cherry picked from commit fb344e9)

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
ericsnowcurrently added a commit that referenced this issue Jul 31, 2023
…H-107403) (gh-107521)

gh-107306: Add a Doc Entry for Py_mod_multiple_interpreters (GH-107403)

It was added in 3.12 for PEP 684 (per-interpreter GIL).
(cherry picked from commit fb344e9)

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.12 bugs and security fixes 3.13 bugs and security fixes docs Documentation in the Doc dir topic-C-API topic-subinterpreters
Projects
Status: Done
Development

No branches or pull requests

2 participants
@ericsnowcurrently and others