mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
ceval.h: added Py_MakePendingCalls()
classobject.h: added instancebinop() modsupport.h: added newgetargs() rename1.h: removed Py_FPROTO
This commit is contained in:
parent
6c849697fd
commit
c5d92e1271
4 changed files with 4 additions and 1 deletions
|
@ -118,7 +118,6 @@ typedef struct methodlist PyMethodDef;
|
|||
#define PyObject_NEW NEWOBJ
|
||||
#define PyObject_NEW_VAR NEWVAROBJ
|
||||
#define Py_PROTO PROTO
|
||||
#define Py_FPROTO PROTO
|
||||
#define PyMem_NEW NEW
|
||||
#define PyMem_RESIZE RESIZE
|
||||
#define PyMem_DEL DEL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue