summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/stable.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-10-14 10:45:53 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-10-14 10:46:08 (GMT)
commitaeff92d86a3f3bd2d3a32b36ba75f84ff2c279d8 (patch)
treebcfa5d39b1c792fa7d41454400cd539d4dd82a31 /Doc/c-api/stable.rst
parentf71c96cf2d10c2fe4a84188d8eb6568563899118 (diff)
downloadcpython-3.15.0a1.zip
cpython-3.15.0a1.tar.gz
cpython-3.15.0a1.tar.bz2
Python 3.15.0a1v3.15.0a1
Diffstat (limited to 'Doc/c-api/stable.rst')
-rw-r--r--Doc/c-api/stable.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/c-api/stable.rst b/Doc/c-api/stable.rst
index 8fed4b6..2901666 100644
--- a/Doc/c-api/stable.rst
+++ b/Doc/c-api/stable.rst
@@ -202,7 +202,7 @@ third-party distributors.
ABI Checking
============
-.. versionadded:: next
+.. versionadded:: 3.15
Python includes a rudimentary check for ABI compatibility.
@@ -249,7 +249,7 @@ The full API is described below for advanced use cases.
may lead to crashes.
In particular, it is not safe to examine the raised exception.
- .. versionadded:: next
+ .. versionadded:: 3.15
.. c:macro:: PyABIInfo_VAR(NAME)
@@ -266,7 +266,7 @@ The full API is described below for advanced use cases.
PyABIInfo_DEFAULT_ABI_VERSION
}
- .. versionadded:: next
+ .. versionadded:: 3.15
.. c:type:: PyABIInfo
@@ -352,7 +352,7 @@ The full API is described below for advanced use cases.
values of macros such as :c:macro:`Py_LIMITED_API`,
:c:macro:`PY_VERSION_HEX` and :c:macro:`Py_GIL_DISABLED`.
- .. versionadded:: next
+ .. versionadded:: 3.15
.. _limited-api-list: