@@ -1195,7 +1195,7 @@ code, or when embedding the Python interpreter:
1195
1195
created by Python. Refer to
1196
1196
:ref:`cautions-regarding-runtime-finalization` for more details.
1197
1197
1198
- .. versionchanged:: next
1198
+ .. versionchanged:: 3.14
1199
1199
Hangs the current thread, rather than terminating it, if called while the
1200
1200
interpreter is finalizing.
1201
1201
@@ -1257,7 +1257,7 @@ with sub-interpreters:
1257
1257
created by Python. Refer to
1258
1258
:ref:`cautions-regarding-runtime-finalization` for more details.
1259
1259
1260
- .. versionchanged:: next
1260
+ .. versionchanged:: 3.14
1261
1261
Hangs the current thread, rather than terminating it, if called while the
1262
1262
interpreter is finalizing.
1263
1263
@@ -1547,7 +1547,7 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
1547
1547
:c:func:`Py_END_ALLOW_THREADS`, and :c:func:`PyGILState_Ensure`,
1548
1548
and terminate the current thread if called while the interpreter is finalizing.
1549
1549
1550
- .. versionchanged:: next
1550
+ .. versionchanged:: 3.14
1551
1551
Hangs the current thread, rather than terminating it, if called while the
1552
1552
interpreter is finalizing.
1553
1553
0 commit comments