[Python-Dev] METH_VARARGS (original) (raw)
Guido van Rossum guido@beopen.com
Wed, 02 Aug 2000 23:39:47 -0500
- Previous message: [Python-Dev] METH_VARARGS
- Next message: [Python-Dev] Re: A small proposed change to dictionaries' "get" method
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/)
- Previous message: [Python-Dev] METH_VARARGS
- Next message: [Python-Dev] Re: A small proposed change to dictionaries' "get" method
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]