mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
pl1.1.1; added newgetargs renaming
This commit is contained in:
parent
a558e37eb4
commit
f483846386
2 changed files with 2 additions and 1 deletions
|
@ -321,6 +321,7 @@ typedef struct methodlist PyMethodDef;
|
|||
#define Py_BuildValue mkvalue
|
||||
#define Py_VaBuildValue vmkvalue
|
||||
#define PyArg_Parse getargs
|
||||
#define PyArg_ParseTuple newgetargs
|
||||
#define PyArg_NoArgs(v) getargs(v, "")
|
||||
#define PyArg_GetChar getichararg
|
||||
#define PyArg_GetDoubleArray getidoublearray
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue