diff options
| author | Segev Finer <segev208@gmail.com> | 2017-05-25 11:00:18 (GMT) |
|---|---|---|
| committer | Victor Stinner <victor.stinner@gmail.com> | 2017-05-25 11:00:18 (GMT) |
| commit | 7ff1e88a57a37a4cca3af9b0a3528b703d975ea2 (patch) | |
| tree | fc9c0c95b5537d2948830a2cfc8f163094f0c0d2 /Include/pyerrors.h | |
| parent | 0cd7a3f196cf34d9bb0a52e61327f7fe289d9750 (diff) | |
| download | cpython-7ff1e88a57a37a4cca3af9b0a3528b703d975ea2.zip cpython-7ff1e88a57a37a4cca3af9b0a3528b703d975ea2.tar.gz cpython-7ff1e88a57a37a4cca3af9b0a3528b703d975ea2.tar.bz2 | |
Delete sigcheck.c since it appears unused (#1723)
Diffstat (limited to 'Include/pyerrors.h')
| -rw-r--r-- | Include/pyerrors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pyerrors.h b/Include/pyerrors.h index 4540385..fcaba85 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); |
