Skip to content

Commit 1bc0705

Browse files
Fix deprecation doc for PyEval_InitThreads (GH-100667)
(cherry picked from commit 254ab42) Co-authored-by: Alexander Shadchin <[email protected]>
1 parent af136e9 commit 1bc0705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/init.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ code, or when embedding the Python interpreter:
940940
.. versionchanged:: 3.2
941941
This function cannot be called before :c:func:`Py_Initialize()` anymore.
942942
943-
.. deprecated-removed:: 3.9 3.11
943+
.. deprecated:: 3.9
944944
945945
.. index:: module: _thread
946946
@@ -954,7 +954,7 @@ code, or when embedding the Python interpreter:
954954
.. versionchanged:: 3.7
955955
The :term:`GIL` is now initialized by :c:func:`Py_Initialize()`.
956956
957-
.. deprecated-removed:: 3.9 3.11
957+
.. deprecated:: 3.9
958958
959959
960960
.. c:function:: PyThreadState* PyEval_SaveThread()

0 commit comments

Comments
 (0)