summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/extension-modules.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-12-16 12:25:53 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-12-16 12:26:12 (GMT)
commitf1eb0c0b0cd6ad24f3126e1df093aeb5845d6a88 (patch)
tree98b1f5e19f03714748ce593e87b5a25c259a16b9 /Doc/c-api/extension-modules.rst
parent1cc7551b3f9f71efbc88d96dce90f82de98b2454 (diff)
downloadcpython-3.15.0a3.zip
cpython-3.15.0a3.tar.gz
cpython-3.15.0a3.tar.bz2
Python 3.15.0a3v3.15.0a3
Diffstat (limited to 'Doc/c-api/extension-modules.rst')
-rw-r--r--Doc/c-api/extension-modules.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/c-api/extension-modules.rst b/Doc/c-api/extension-modules.rst
index 6c5287f..92b5316 100644
--- a/Doc/c-api/extension-modules.rst
+++ b/Doc/c-api/extension-modules.rst
@@ -29,7 +29,7 @@ and must be named after the module name plus an extension listed in
Extension export hook
.....................
-.. versionadded:: next
+.. versionadded:: 3.15
Support for the :samp:`PyModExport_{<name>}` export hook was added in Python
3.15. The older way of defining modules is still available: consult either
@@ -191,7 +191,7 @@ the :c:data:`Py_mod_multiple_interpreters` slot.
``PyInit`` function
...................
-.. deprecated:: next
+.. deprecated:: 3.15
This functionality is :term:`soft deprecated`.
It will not get new features, but there are no plans to remove it.
@@ -272,7 +272,7 @@ For example, a module called ``spam`` would be defined like this::
Legacy single-phase initialization
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-.. deprecated:: next
+.. deprecated:: 3.15
Single-phase initialization is :term:`soft deprecated`.
It is a legacy mechanism to initialize extension