diff options
| author | Thomas Wouters <thomas@python.org> | 2025-10-07 12:01:38 (GMT) |
|---|---|---|
| committer | Thomas Wouters <thomas@python.org> | 2025-10-07 12:01:51 (GMT) |
| commit | a15ae614deb58f78f9f4aa11ed18a0afc6a9df7d (patch) | |
| tree | d64af15879120d3af94cfdef61d24639204dcda3 /Doc/c-api | |
| parent | cb4b09a2e1cba32ddc016feb251d10c4519e2e5f (diff) | |
| download | cpython-3.13.8.zip cpython-3.13.8.tar.gz cpython-3.13.8.tar.bz2 | |
Python 3.13.8v3.13.8
Diffstat (limited to 'Doc/c-api')
| -rw-r--r-- | Doc/c-api/init.rst | 6 |
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. |
