Home
last modified time | relevance | path

Searched refs:PyThreadState_Delete (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Include/
Dpystate.h60 PyAPI_FUNC(void) PyThreadState_Delete(PyThreadState *);
/third_party/python/Doc/data/
Dstable_abi.dat590 function,PyThreadState_Delete,3.2,
Drefcounts.dat2172 PyThreadState_Delete:void:::
2173 PyThreadState_Delete:PyThreadState*:tstate::
/third_party/python/PC/
Dpython3dll.c572 EXPORT_FUNC(PyThreadState_Delete)
/third_party/python/Misc/NEWS.d/
D3.9.0a4.rst926 :c:func:`PyThreadState_Delete`.
/third_party/python/Python/
Dpystate.c928 PyThreadState_Delete(PyThreadState *tstate) in PyThreadState_Delete() function
Dpylifecycle.c1966 PyThreadState_Delete(tstate); in new_interpreter()
/third_party/python/Doc/c-api/
Dinit.rst1094 Previously, that happened in :c:func:`PyThreadState_Delete`.
1097 .. c:function:: void PyThreadState_Delete(PyThreadState *tstate)
1107 Like :c:func:`PyThreadState_Delete`, the global interpreter lock need not
/third_party/python/Misc/
Dstable_abi.txt1243 function PyThreadState_Delete
DHISTORY4353 - Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now the
18737 - Patch #1413181: changed ``PyThreadState_Delete()`` to forget about the