[Python-Dev] METH_VARARGS

Guido van Rossum guido@beopen.com
Wed, 02 Aug 2000 23:39:47 -0500


> While METH_VARARGS is obviously a lot better than a hardcoded 1, shouldn't
> METH_VARARGS be something like Py_METH_VARARGS or PY_METH_VARARGS to avoid
> potential conflicts with other packages?

Unless someone knows of a *real* conflict, I'd leave this one alone.
Yes, it should be Py_*, but no, it's not worth the effort of changing
all that.

--Guido van Rossum (home page: http://www.pythonlabs.com/~guido/)