Commit 7d29547e authored by Guido van Rossum's avatar Guido van Rossum

pl1.1.1; added newgetargs renaming

parent ee1f67b6
#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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment