summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/init.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/c-api/init.rst')
-rw-r--r--Doc/c-api/init.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst
index cc0f7c3..6a6d35d 100644
--- a/Doc/c-api/init.rst
+++ b/Doc/c-api/init.rst
@@ -1193,7 +1193,7 @@ code, or when embedding the Python interpreter:
created by Python. Refer to
:ref:`cautions-regarding-runtime-finalization` for more details.
- .. versionchanged:: next
+ .. versionchanged:: 3.13.8
Hangs the current thread, rather than terminating it, if called while the
interpreter is finalizing.
@@ -1256,7 +1256,7 @@ with sub-interpreters:
created by Python. Refer to
:ref:`cautions-regarding-runtime-finalization` for more details.
- .. versionchanged:: next
+ .. versionchanged:: 3.13.8
Hangs the current thread, rather than terminating it, if called while the
interpreter is finalizing.
@@ -1563,7 +1563,7 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
:c:func:`Py_END_ALLOW_THREADS`, and :c:func:`PyGILState_Ensure`,
and terminate the current thread if called while the interpreter is finalizing.
- .. versionchanged:: next
+ .. versionchanged:: 3.13.8
Hangs the current thread, rather than terminating it, if called while the
interpreter is finalizing.