pl1.1.1; added newgetargs renaming
This commit is contained in:
parent
a558e37eb4
commit
f483846386
|
@ -1 +1 @@
|
|||
#define PATCHLEVEL "1.1"
|
||||
#define PATCHLEVEL "1.1.1"
|
||||
|
|
|
@ -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…
Reference in New Issue