8000 gh-107306: Add a Doc Entry for Py_mod_multiple_interpreters by ericsnowcurrently · Pull Request #107403 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-107306: Add a Doc Entry for Py_mod_multiple_interpreters #107403

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

Merged
merged 4 commits into from
Jul 31, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add a versionadded.
  • Loading branch information
ericsnowcurrently committed Jul 31, 2023
commit b8b5eb3b9fe2860d948347bd477a57b45e9c1481
2 changes: 2 additions & 0 deletions Doc/c-api/module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,8 @@ The available slot types are:
If ``Py_mod_multiple_interpreters`` is not specified, the import
machinery defaults to ``Py_MOD_MULTIPLE_INTERPRETERS_NOT_SUPPORTED``.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add .. versionadded:: 3.12?

.. versionadded:: 3.12

See :PEP:`489` for more details on multi-phase initialization.

Low-level module creation functions
Expand Down
0