Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpyerrors.h229 PyAPI_FUNC(int) PyErr_SetInterruptEx(int signum);
/third_party/python/Modules/
Dsignalmodule.c1868 PyErr_SetInterruptEx(int signum) function
1885 (void) PyErr_SetInterruptEx(SIGINT);
D_threadmodule.c1203 if (PyErr_SetInterruptEx(signum)) { in thread_PyThread_interrupt_main()
/third_party/python/PC/
Dpython3dll.c221 EXPORT_FUNC(PyErr_SetInterruptEx)
/third_party/python/Doc/data/
Dstable_abi.dat157 function,PyErr_SetInterruptEx,3.10,
/third_party/python/Doc/c-api/
Dexceptions.rst540 This is equivalent to ``PyErr_SetInterruptEx(SIGINT)``.
547 .. c:function:: int PyErr_SetInterruptEx(int signum)
/third_party/python/Misc/
Dstable_abi.txt2109 function PyErr_SetInterruptEx
/third_party/python/Doc/whatsnew/
D3.10.rst2092 * Add :c:func:`PyErr_SetInterruptEx` which allows passing a signal number