mirror of
https://github.com/python/cpython.git
synced 2024-11-23 01:45:25 +08:00
Doc: C API: PyThreadState::on_delete
was removed in v3.13 (#126536)
This commit is contained in:
parent
c9b399fbdb
commit
9bca3ef575
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user