]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
rename sigcheck so signal handling works again
authorGuido van Rossum <guido@python.org>
Sun, 22 Jan 1995 00:46:57 +0000 (00:46 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 22 Jan 1995 00:46:57 +0000 (00:46 +0000)
Modules/signalmodule.c

index 1bf48923f8840c56649ee50534b3c90b4f9363ce..3049f225f7e5b7ad46054f836a73fe5234773f02 100644 (file)
@@ -407,7 +407,7 @@ initsignal()
 }
 
 int
-sigcheck()
+PyErr_CheckSignals()
 {
        int i;
        PyObject *f;