mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Added declaration for PyErr_SetInterrupt.
This commit is contained in:
parent
929711765e
commit
f3f41a9e57
1 changed files with 4 additions and 1 deletions
|
@ -75,7 +75,10 @@ extern PyObject *PyErr_SetFromErrno Py_PROTO((PyObject *));
|
|||
|
||||
extern void PyErr_BadInternalCall Py_PROTO((void));
|
||||
|
||||
extern int PyErr_CheckSignals Py_PROTO((void)); /* In sigcheck.c or signalmodule.c */
|
||||
/* In sigcheck.c or signalmodule.c */
|
||||
extern int PyErr_CheckSignals Py_PROTO((void));
|
||||
extern void PyErr_SetInterrupt Py_PROTO((void));
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue