diff options
| author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-10-15 19:29:35 (GMT) |
|---|---|---|
| committer | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-10-15 19:34:54 (GMT) |
| commit | 8cdaca8b25e3354530d66cbccc622e0e914e8e8a (patch) | |
| tree | 569f57edf7b734105549a331020eb14f73347240 /Doc/c-api/init.rst | |
| parent | 3ea488aac44887a7cdb30be69580c81a0ca6afe2 (diff) | |
| download | cpython-3.14.0a1.zip cpython-3.14.0a1.tar.gz cpython-3.14.0a1.tar.bz2 | |
Python 3.14.0a1v3.14.0a1
Diffstat (limited to 'Doc/c-api/init.rst')
| -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 8e0cf7bb..ffc5b42 100644 --- a/Doc/c-api/init.rst +++ b/Doc/c-api/init.rst @@ -1195,7 +1195,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.14 Hangs the current thread, rather than terminating it, if called while the interpreter is finalizing. @@ -1257,7 +1257,7 @@ with sub-interpreters: created by Python. Refer to :ref:`cautions-regarding-runtime-finalization` for more details. - .. versionchanged:: next + .. versionchanged:: 3.14 Hangs the current thread, rather than terminating it, if called while the interpreter is finalizing. @@ -1547,7 +1547,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.14 Hangs the current thread, rather than terminating it, if called while the interpreter is finalizing. |
