Home
last modified time | relevance | path

Searched refs:PyThreadState_SetAsyncExc (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Include/
Dpystate.h85 PyAPI_FUNC(int) PyThreadState_SetAsyncExc(unsigned long, PyObject *);
/third_party/python/Doc/data/
Dstable_abi.dat597 function,PyThreadState_SetAsyncExc,3.2,
Drefcounts.dat2182 PyThreadState_SetAsyncExc:int:::
2183 PyThreadState_SetAsyncExc:unsigned long:id::
2184 PyThreadState_SetAsyncExc:PyObject*:exc:+1:
/third_party/python/PC/
Dpython3dll.c580 EXPORT_FUNC(PyThreadState_SetAsyncExc)
/third_party/python/Lib/test/
Dtest_threading.py235 set_async_exc = ctypes.pythonapi.PyThreadState_SetAsyncExc
/third_party/python/Python/
Dpystate.c1124 PyThreadState_SetAsyncExc(unsigned long id, PyObject *exc) in PyThreadState_SetAsyncExc() function
/third_party/python/Misc/
Dstable_abi.txt1254 function PyThreadState_SetAsyncExc
DHISTORY17555 ``PyThreadState_SetAsyncExc()``. A test case was added, and
21536 - PyThreadState_SetAsyncExc(): A new API (deliberately accessible only
/third_party/python/Doc/c-api/
Dinit.rst1213 .. c:function:: int PyThreadState_SetAsyncExc(unsigned long id, PyObject *exc)
/third_party/python/Doc/whatsnew/
D3.7.rst1711 :c:func:`PyThreadState_SetAsyncExc` changed from :c:type:`long` to
/third_party/python/Misc/NEWS.d/
D3.7.0a1.rst6326 PyThreadState_SetAsyncExc() changed from "long" to "unsigned long".