https://github.com/python/cpython/commit/9bca3ef575a088d3330a2743e36423aa5f7bdad8
commit: 9bca3ef575a088d3330a2743e36423aa5f7bdad8
branch: main
author: Richard Hansen <[email protected]>
committer: vstinner <[email protected]>
date: 2024-11-20T09:44:45+01:00
summary:

Doc: C API: `PyThreadState::on_delete` was removed in v3.13 (#126536)

files:
M Doc/c-api/init.rst

diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst
index 6e881590131cab..24d876d1f35506 100644
--- a/Doc/c-api/init.rst
+++ b/Doc/c-api/init.rst
@@ -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)
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to