Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpystate.h122 PyAPI_FUNC(int) PyThreadState_SetAsyncExc(long, PyObject *);
/external/python/cpython2/Python/
Dpystate.c392 PyThreadState_SetAsyncExc(long id, PyObject *exc) { in PyThreadState_SetAsyncExc() function
/external/python/cpython2/Lib/test/
Dtest_threading.py172 set_async_exc = ctypes.pythonapi.PyThreadState_SetAsyncExc
/external/python/cpython2/PC/os2emx/
Dpython27.def1040 "PyThreadState_SetAsyncExc"
/external/python/cpython2/Doc/c-api/
Dinit.rst750 .. c:function:: int PyThreadState_SetAsyncExc(long id, PyObject *exc)
/external/python/cpython2/Misc/
DHISTORY171 ``PyThreadState_SetAsyncExc()``. A test case was added, and
4152 - PyThreadState_SetAsyncExc(): A new API (deliberately accessible only