@@ -1195,7 +1195,7 @@ code, or when embedding the Python interpreter:
11951195 created by Python. Refer to
11961196 :ref:`cautions-regarding-runtime-finalization` for more details.
11971197
1198- .. versionchanged:: next
1198+ .. versionchanged:: 3.14
11991199 Hangs the current thread, rather than terminating it, if called while the
12001200 interpreter is finalizing.
12011201
@@ -1257,7 +1257,7 @@ with sub-interpreters:
12571257 created by Python. Refer to
12581258 :ref:`cautions-regarding-runtime-finalization` for more details.
12591259
1260- .. versionchanged:: next
1260+ .. versionchanged:: 3.14
12611261 Hangs the current thread, rather than terminating it, if called while the
12621262 interpreter is finalizing.
12631263
@@ -1547,7 +1547,7 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
15471547 :c:func:`Py_END_ALLOW_THREADS`, and :c:func:`PyGILState_Ensure`,
15481548 and terminate the current thread if called while the interpreter is finalizing.
15491549
1550- .. versionchanged:: next
1550+ .. versionchanged:: 3.14
15511551 Hangs the current thread, rather than terminating it, if called while the
15521552 interpreter is finalizing.
15531553
0 commit comments