Added #define for oldest version of argument calling

This commit is contained in:
Andrew M. Kuchling 2000-08-03 02:28:54 +00:00
parent a3eacc472c
commit 767bf49b6b
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ extern DL_IMPORT(PyObject *) Py_FindMethod(PyMethodDef[], PyObject *, char *);
extern DL_IMPORT(PyObject *) PyCFunction_New(PyMethodDef *, PyObject *);
/* Flag passed to newmethodobject */
#define METH_OLDARGS 0x0000
#define METH_VARARGS 0x0001
#define METH_KEYWORDS 0x0002