summaryrefslogtreecommitdiff
path: root/Include/pyerrors.h
diff options
context:
space:
mode:
authorSegev Finer <segev208@gmail.com>2017-05-25 14:00:18 +0300
committerVictor Stinner <victor.stinner@gmail.com>2017-05-25 13:00:18 +0200
commit7ff1e88a57a37a4cca3af9b0a3528b703d975ea2 (patch)
treefc9c0c95b5537d2948830a2cfc8f163094f0c0d2 /Include/pyerrors.h
parent0cd7a3f196cf34d9bb0a52e61327f7fe289d9750 (diff)
downloadcpython-git-7ff1e88a57a37a4cca3af9b0a3528b703d975ea2.tar.gz
Delete sigcheck.c since it appears unused (#1723)
Diffstat (limited to 'Include/pyerrors.h')
-rw-r--r--Include/pyerrors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pyerrors.h b/Include/pyerrors.h
index 4540385446..fcaba85488 100644
--- a/Include/pyerrors.h
+++ b/Include/pyerrors.h
@@ -352,7 +352,7 @@ PyAPI_FUNC(PyObject *) _PyErr_TrySetFromCause(
#endif
-/* In sigcheck.c or signalmodule.c */
+/* In signalmodule.c */
PyAPI_FUNC(int) PyErr_CheckSignals(void);
PyAPI_FUNC(void) PyErr_SetInterrupt(void);