mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +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
|
@ -47,8 +47,8 @@ extern DL_IMPORT PyTypeObject PyFunction_Type;
|
|||
extern PyObject *PyFunction_New Py_PROTO((PyObject *, PyObject *));
|
||||
extern PyObject *PyFunction_GetCode Py_PROTO((PyObject *));
|
||||
extern PyObject *PyFunction_GetGlobals Py_PROTO((PyObject *));
|
||||
extern PyObject *getfuncargstuff Py_PROTO((PyObject *, int *));
|
||||
extern int setfuncargstuff Py_PROTO((PyObject *, int, PyObject *));
|
||||
extern PyObject *PyFunction_GetArgStuff Py_PROTO((PyObject *, int *));
|
||||
extern int PyFunction_SetArgStuff Py_PROTO((PyObject *, int, PyObject *));
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue