Skip to content

Commit

Permalink
Doc: C API: PyThreadState::on_delete was removed in v3.13 (python#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
rhansen authored Nov 20, 2024
1 parent c9b399f commit 9bca3ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Doc/c-api/init.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1379,6 +1379,9 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
This function now calls the :c:member:`PyThreadState.on_delete` callback.
Previously, that happened in :c:func:`PyThreadState_Delete`.
.. versionchanged:: 3.13
The :c:member:`PyThreadState.on_delete` callback was removed.
.. c:function:: void PyThreadState_Delete(PyThreadState *tstate)
Expand Down

0 comments on commit 9bca3ef

Please sign in to comment.