8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PyEval_InitThreads
1 parent af136e9 commit 924ac64Copy full SHA for 924ac64
Doc/c-api/init.rst
@@ -940,7 +940,7 @@ code, or when embedding the Python interpreter:
940
.. versionchanged:: 3.2
941
This function cannot be called before :c:func:`Py_Initialize()` anymore.
942
943
- .. deprecated-removed:: 3.9 3.11
+ .. deprecated:: 3.9
944
945
.. index:: module: _thread
946
@@ -954,7 +954,7 @@ code, or when embedding the Python interpreter:
954
.. versionchanged:: 3.7
955
The :term:`GIL` is now initialized by :c:func:`Py_Initialize()`.
956
957
958
959
960
.. c:function:: PyThreadState* PyEval_SaveThread()
0 commit comments