summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-12-02 12:51:18 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-12-02 12:51:37 (GMT)
commit57e0d177c26d4a508ef46adae9cbae46fca39f70 (patch)
tree750838e601084a330dc5f3b704e4e38d3ec6381e /Doc/c-api
parent49fe7574d9e267fcd82269228995068744e9f0f8 (diff)
downloadcpython-3.14.1.zip
cpython-3.14.1.tar.gz
cpython-3.14.1.tar.bz2
Python 3.14.1v3.14.1
Diffstat (limited to 'Doc/c-api')
-rw-r--r--Doc/c-api/init.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst
index 2226908..1559f1c 100644
--- a/Doc/c-api/init.rst
+++ b/Doc/c-api/init.rst
@@ -1555,7 +1555,7 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
See :c:func:`PyUnstable_ThreadState_ResetStackProtection` for undoing this operation.
- .. versionadded:: next
+ .. versionadded:: 3.14.1
.. warning::
@@ -1575,7 +1575,7 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
See :c:func:`PyUnstable_ThreadState_SetStackProtection` for an explanation.
- .. versionadded:: next
+ .. versionadded:: 3.14.1
.. warning::