Home | History | Annotate | Download | only in Modules

Lines Matching refs:PyOS_setsig

315      * Python/pylifecycle.c for the implementation of PyOS_setsig which
317 PyOS_setsig(sig_num, signal_handler);
444 if (PyOS_setsig(signalnum, func) == SIG_ERR) {
1265 old_siginthandler = PyOS_setsig(SIGINT, signal_handler);
1471 PyOS_setsig(SIGINT, old_siginthandler);
1480 PyOS_setsig(i, SIG_DFL);