8000 [3.11] Fix deprecation doc for `PyEval_InitThreads` (GH-100667) by miss-islington · Pull Request #100682 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
8000 Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doc/c-api/init.rst
Original file line number Diff line number Di 7A74 ff line change
Expand Up @@ -940,7 +940,7 @@ code, or when embedding the Python interpreter:
.. versionchanged:: 3.2
This function cannot be called before :c:func:`Py_Initialize()` anymore.

.. deprecated-removed:: 3.9 3.11
.. deprecated:: 3.9

.. index:: module: _thread

Expand All @@ -954,7 +954,7 @@ code, or when embedding the Python interpreter:
.. versionchanged:: 3.7
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()
Expand Down
0