Searched refs:PyOS_getsig (Results 1 – 7 of 7) sorted by relevance
65 PyAPI_FUNC(PyOS_sighandler_t) PyOS_getsig(int);
439 PyOS_getsig=python39.PyOS_getsig
1433 t = PyOS_getsig(i); in PyInit__signal()
104 .. c:function:: PyOS_sighandler_t PyOS_getsig(int i)
2486 PyOS_getsig(int sig) in PyOS_getsig() function
804 A wrapper API was added for Unix-style signal handlers. :func:`PyOS_getsig` gets
26087 either function, always use PyOS_getsig() to get a signal handler