Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f483846

Browse files
committed
pl1.1.1; added newgetargs renaming
1 parent a558e37 commit f483846

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Include/patchlevel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define PATCHLEVEL "1.1"
1+
#define PATCHLEVEL "1.1.1"

Include/rename1.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ typedef struct methodlist PyMethodDef;
321321
#define Py_BuildValue mkvalue
322322
#define Py_VaBuildValue vmkvalue
323323
#define PyArg_Parse getargs
324+
#define PyArg_ParseTuple newgetargs
324325
#define PyArg_NoArgs(v) getargs(v, "")
325326
#define PyArg_GetChar getichararg
326327
#define PyArg_GetDoubleArray getidoublearray

0 commit comments

Comments
 (0)