summaryrefslogtreecommitdiffstats
path: root/Doc/howto/isolating-extensions.rst
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2023-07-31 23:03:01 (GMT)
committerGitHub <noreply@github.com>2023-07-31 23:03:01 (GMT)
commitfb344e99aa0da5bef9318684ade69978585fe060 (patch)
treef87bccc5feb24eef2e5db34fa9cbd482c7199612 /Doc/howto/isolating-extensions.rst
parentabb71c6a8f73482c910ffdf050a86089a48e0e60 (diff)
downloadcpython-fb344e99aa0da5bef9318684ade69978585fe060.zip
cpython-fb344e99aa0da5bef9318684ade69978585fe060.tar.gz
cpython-fb344e99aa0da5bef9318684ade69978585fe060.tar.bz2
gh-107306: Add a Doc Entry for Py_mod_multiple_interpreters (#107403)
It was added in 3.12 for PEP 684 (per-interpreter GIL).
Diffstat (limited to 'Doc/howto/isolating-extensions.rst')
-rw-r--r--Doc/howto/isolating-extensions.rst2
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
***************************