Home
last modified time | relevance | path

Searched refs:PyThreadState_DeleteCurrent (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/cpython/
Dpystate.h199 PyAPI_FUNC(void) PyThreadState_DeleteCurrent(void);
/third_party/python/PC/
Dpython3dll.c573 EXPORT_FUNC(PyThreadState_DeleteCurrent)
/third_party/python/Python/
Dpystate.c946 PyThreadState_DeleteCurrent(void) in PyThreadState_DeleteCurrent() function
/third_party/python/Misc/
Dstable_abi.txt1245 function PyThreadState_DeleteCurrent
/third_party/python/Misc/NEWS.d/
D3.9.0a1.rst3726 Make :c:func:`PyThreadState_DeleteCurrent` Internal.
5519 Revert the removal of PyThreadState_DeleteCurrent() with documentation.
/third_party/python/Doc/whatsnew/
D3.9.rst1410 * ``PyThreadState_DeleteCurrent()``
/third_party/python/Doc/c-api/
Dinit.rst1104 .. c:function:: void PyThreadState_DeleteCurrent(void)