Home
last modified time | relevance | path

Searched refs:PyOS_getsig (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Include/
Dpylifecycle.h62 PyAPI_FUNC(PyOS_sighandler_t) PyOS_getsig(int);
/third_party/python/Doc/data/
Dstable_abi.dat453 function,PyOS_getsig,3.2,
/third_party/python/Modules/
Dsignalmodule.c1586 void (*c_handler)(int) = PyOS_getsig(signum);
/third_party/python/PC/
Dpython3dll.c480 EXPORT_FUNC(PyOS_getsig)
/third_party/python/Doc/c-api/
Dsys.rst104 .. c:function:: PyOS_sighandler_t PyOS_getsig(int i)
/third_party/python/Python/
Dpylifecycle.c2903 PyOS_getsig(int sig) in PyOS_getsig() function
/third_party/python/Misc/
Dstable_abi.txt1013 function PyOS_getsig
DHISTORY26087 either function, always use PyOS_getsig() to get a signal handler
/third_party/python/Doc/whatsnew/
D2.0.rst804 A wrapper API was added for Unix-style signal handlers. :func:`PyOS_getsig` gets