[Python-checkins] CVS: python/dist/src/Objects abstract.c,2.87,2.88
M.-A. Lemburg
mal@lemburg.com
2001年10月27日 10:38:26 +0200
"Barry A. Warsaw" wrote:
>> >>>>> "Fred" == Fred L Drake, Jr <fdrake@acm.org> writes:
>> >> Just curious: why didn't you call them ...FunctionObjArgs() ?
> >> (with the 'j')
>> Fred> No particular reason -- it just felt a little nicer. I
> Fred> don't think there's a precedence for either in the C API.
> Fred> If there is and I missed it, these should be adjusted to
> Fred> conform to the precedent.
There probably is no precedent, but "Ob" looks weird to me :-)
> `Obj' == +0
>> `Object' == +1
Anything with a substring of "Obj" will do, IMHO ;-) Maybe
we should even go for the full monty and call them:
Py..._FunctionPyObjectArgs()
... after all, that's what the function takes as arguments.
--
Marc-Andre Lemburg
CEO eGenix.com Software GmbH
______________________________________________________________________
Consulting & Company: http://www.egenix.com/
Python Software: http://www.lemburg.com/python/