mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
@ -41,8 +41,7 @@ extern PyObject *PyLong_FromDouble Py_PROTO((double));
|
|||
extern long PyLong_AsLong Py_PROTO((PyObject *));
|
||||
extern double PyLong_AsDouble Py_PROTO((PyObject *));
|
||||
|
||||
PyObject *PyLong_FromString Py_PROTO((char *, int));
|
||||
PyObject *long_escan Py_PROTO((char *, char **, int));
|
||||
PyObject *PyLong_FromString Py_PROTO((char *, char **, int));
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue