From: Guido van Rossum Date: Sun, 22 Jan 1995 00:46:57 +0000 (+0000) Subject: rename sigcheck so signal handling works again X-Git-Tag: v1.2b3~125 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec25b91ba3cfabf48e7691e53bd747c2803d6f4e;p=thirdparty%2FPython%2Fcpython.git rename sigcheck so signal handling works again --- diff --git a/Modules/signalmodule.c b/Modules/signalmodule.c index 1bf48923f884..3049f225f7e5 100644 --- a/Modules/signalmodule.c +++ b/Modules/signalmodule.c @@ -407,7 +407,7 @@ initsignal() } int -sigcheck() +PyErr_CheckSignals() { int i; PyObject *f;