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

Skip to content

Commit d2002c7

Browse files
committed
Added PyArg_NoArgs(v)
1 parent ff18df0 commit d2002c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Include/rename1.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ typedef struct methodlist PyMethodDef;
317317
#define Py_BuildValue mkvalue
318318
#define Py_VaBuildValue vmkvalue
319319
#define PyArg_Parse getargs
320+
#define PyArg_NoArgs(v) getargs(v, "")
320321
#define PyArg_GetChar getichararg
321322
#define PyArg_GetDoubleArray getidoublearray
322323
#define PyArg_GetFloat getifloatarg

0 commit comments

Comments
 (0)