mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Delete sigcheck.c since it appears unused (#1723)
This commit is contained in:
parent
0cd7a3f196
commit
7ff1e88a57
2 changed files with 1 additions and 20 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue