mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Added PyArg_NoArgs(v)
This commit is contained in:
@@ -317,6 +317,7 @@ typedef struct methodlist PyMethodDef;
|
||||
#define Py_BuildValue mkvalue
|
||||
#define Py_VaBuildValue vmkvalue
|
||||
#define PyArg_Parse getargs
|
||||
#define PyArg_NoArgs(v) getargs(v, "")
|
||||
#define PyArg_GetChar getichararg
|
||||
#define PyArg_GetDoubleArray getidoublearray
|
||||
#define PyArg_GetFloat getifloatarg
|
||||
|
||||
Reference in New Issue
Block a user