Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpylifecycle.h65 PyAPI_FUNC(PyOS_sighandler_t) PyOS_getsig(int);
/third_party/python/PC/
Dpython3.def439 PyOS_getsig=python39.PyOS_getsig
/third_party/python/Modules/
Dsignalmodule.c1433 t = PyOS_getsig(i); in PyInit__signal()
/third_party/python/Doc/c-api/
Dsys.rst104 .. c:function:: PyOS_sighandler_t PyOS_getsig(int i)
/third_party/python/Python/
Dpylifecycle.c2486 PyOS_getsig(int sig) in PyOS_getsig() function
/third_party/python/Doc/whatsnew/
D2.0.rst804 A wrapper API was added for Unix-style signal handlers. :func:`PyOS_getsig` gets
/third_party/python/Misc/
DHISTORY26087 either function, always use PyOS_getsig() to get a signal handler