Searched refs:PyThreadState_SetAsyncExc (Results 1 – 11 of 11) sorted by relevance
85 PyAPI_FUNC(int) PyThreadState_SetAsyncExc(unsigned long, PyObject *);
597 function,PyThreadState_SetAsyncExc,3.2,
2182 PyThreadState_SetAsyncExc:int:::2183 PyThreadState_SetAsyncExc:unsigned long:id::2184 PyThreadState_SetAsyncExc:PyObject*:exc:+1:
580 EXPORT_FUNC(PyThreadState_SetAsyncExc)
235 set_async_exc = ctypes.pythonapi.PyThreadState_SetAsyncExc
1124 PyThreadState_SetAsyncExc(unsigned long id, PyObject *exc) in PyThreadState_SetAsyncExc() function
1254 function PyThreadState_SetAsyncExc
17555 ``PyThreadState_SetAsyncExc()``. A test case was added, and21536 - PyThreadState_SetAsyncExc(): A new API (deliberately accessible only
1213 .. c:function:: int PyThreadState_SetAsyncExc(unsigned long id, PyObject *exc)
1711 :c:func:`PyThreadState_SetAsyncExc` changed from :c:type:`long` to
6326 PyThreadState_SetAsyncExc() changed from "long" to "unsigned long".