Home
last modified time | relevance | path

Searched refs:PyErr_SetInterrupt (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/
Dpyerrors.h227 PyAPI_FUNC(void) PyErr_SetInterrupt(void);
/third_party/python/Doc/data/
Dstable_abi.dat156 function,PyErr_SetInterrupt,3.2,
Drefcounts.dat707 PyErr_SetInterrupt:void:::
/third_party/python/Modules/
Dsignalmodule.c1883 PyErr_SetInterrupt(void) function
/third_party/python/PC/
Dpython3dll.c220 EXPORT_FUNC(PyErr_SetInterrupt)
/third_party/python/Misc/
Dstable_abi.txt554 function PyErr_SetInterrupt
DHISTORY9763 parallel calls. PyErr_SetInterrupt() writes also into the wake up file.
/third_party/python/Doc/c-api/
Dexceptions.rst532 .. c:function:: void PyErr_SetInterrupt()