mirror of
https://github.com/python/cpython.git
synced 2025-11-27 13:45:25 +00:00
Fix deprecation doc for PyEval_InitThreads (#100667)
This commit is contained in:
parent
edfbf56f4c
commit
254ab42240
1 changed files with 2 additions and 2 deletions
|
|
@ -1049,7 +1049,7 @@ code, or when embedding the Python interpreter:
|
||||||
.. versionchanged:: 3.2
|
.. versionchanged:: 3.2
|
||||||
This function cannot be called before :c:func:`Py_Initialize()` anymore.
|
This function cannot be called before :c:func:`Py_Initialize()` anymore.
|
||||||
|
|
||||||
.. deprecated-removed:: 3.9 3.11
|
.. deprecated:: 3.9
|
||||||
|
|
||||||
.. index:: module: _thread
|
.. index:: module: _thread
|
||||||
|
|
||||||
|
|
@ -1063,7 +1063,7 @@ code, or when embedding the Python interpreter:
|
||||||
.. versionchanged:: 3.7
|
.. versionchanged:: 3.7
|
||||||
The :term:`GIL` is now initialized by :c:func:`Py_Initialize()`.
|
The :term:`GIL` is now initialized by :c:func:`Py_Initialize()`.
|
||||||
|
|
||||||
.. deprecated-removed:: 3.9 3.11
|
.. deprecated:: 3.9
|
||||||
|
|
||||||
|
|
||||||
.. c:function:: PyThreadState* PyEval_SaveThread()
|
.. c:function:: PyThreadState* PyEval_SaveThread()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue