mirror of
https://github.com/python/cpython.git
synced 2025-08-23 02:04:56 +00:00
new names for lots of new functions
This commit is contained in:
parent
8e8a525f22
commit
938178283c
19 changed files with 90 additions and 55 deletions
|
@ -68,7 +68,7 @@ extern PyObject *PyErr_SetFromErrno Py_PROTO((PyObject *));
|
|||
|
||||
extern void PyErr_BadInternalCall Py_PROTO((void));
|
||||
|
||||
extern int sigcheck Py_PROTO((void)); /* In sigcheck.c or signalmodule.c */
|
||||
extern int PyErr_CheckSignals Py_PROTO((void)); /* In sigcheck.c or signalmodule.c */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue