]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: C API: `PyThreadState::on_delete` was removed in v3.13 (#126536)
authorRichard Hansen <rhansen@rhansen.org>
Wed, 20 Nov 2024 08:44:45 +0000 (03:44 -0500)
committerGitHub <noreply@github.com>
Wed, 20 Nov 2024 08:44:45 +0000 (09:44 +0100)
Doc/c-api/init.rst

index 6e881590131cab92b45c3f9c1bb0be4dc0ca1121..24d876d1f35506576b1e309891396054d3cb0ea3 100644 (file)
@@ -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)