We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PyThreadState::on_delete
1 parent c9b399f commit 9bca3efCopy full SHA for 9bca3ef
Doc/c-api/init.rst
@@ -1379,6 +1379,9 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
1379
This function now calls the :c:member:`PyThreadState.on_delete` callback.
1380
Previously, that happened in :c:func:`PyThreadState_Delete`.
1381
1382
+ .. versionchanged:: 3.13
1383
+ The :c:member:`PyThreadState.on_delete` callback was removed.
1384
+
1385
1386
.. c:function:: void PyThreadState_Delete(PyThreadState *tstate)
1387
0 commit comments