diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-07-31 23:15:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-31 23:15:13 (GMT) |
commit | 3f6afafa7e7294786913dbecf79fe42c8b510f85 (patch) | |
tree | 99d254a33ae9aa3c445e173b7a8ed7835584ef1c /Doc/howto/isolating-extensions.rst | |
parent | fd6085529935afec085cea0729507ba6d4b34ab3 (diff) | |
download | cpython-3f6afafa7e7294786913dbecf79fe42c8b510f85.zip cpython-3f6afafa7e7294786913dbecf79fe42c8b510f85.tar.gz cpython-3f6afafa7e7294786913dbecf79fe42c8b510f85.tar.bz2 |
[3.12] gh-107306: Add a Doc Entry for Py_mod_multiple_interpreters (GH-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 fb344e99aa0da5bef9318684ade69978585fe060)
Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
Diffstat (limited to 'Doc/howto/isolating-extensions.rst')
-rw-r--r-- | Doc/howto/isolating-extensions.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/howto/isolating-extensions.rst b/Doc/howto/isolating-extensions.rst index 60854c3..2551fbe 100644 --- a/Doc/howto/isolating-extensions.rst +++ b/Doc/howto/isolating-extensions.rst @@ -1,5 +1,7 @@ .. highlight:: c +.. _isolating-extensions-howto: + *************************** Isolating Extension Modules *************************** |