[Python-Dev] METH_VARARGS (original) (raw)

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


While METHVARARGS is obviously a lot better than a hardcoded 1, shouldn't METHVARARGS be something like PyMETHVARARGS or PYMETHVARARGS 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/)