Missed a return from a signal handler -- thanks to /F for pointing
it out!
This commit is contained in:
parent
115343849c
commit
e21107145a
|
@ -136,7 +136,7 @@ signal_handler(int sig_num)
|
|||
reset until explicit re-instated.
|
||||
Don't clear the 'func' field as it is our pointer
|
||||
to the Python handler... */
|
||||
return;
|
||||
Py_RETURN_FROM_SIGNAL_HANDLER(0);
|
||||
}
|
||||
#endif
|
||||
#ifdef HAVE_SIGINTERRUPT
|
||||
|
|
Loading…
Reference in New Issue