[issue1629] Py_Size() should be named Py_SIZE()

Guido van Rossum report at bugs.python.org
Wed Dec 19 19:37:04 CET 2007


Guido van Rossum added the comment:

> FWIW, should PyUnicode_Check, PyTuple_Check etc. also change to
> PyUnicode_CHECK, PyTuple_CHECK etc because they are macros?

While this would technically be the right thing to do, those macros
have had a long and productive life before 2.6 so I'd rather be
compatible. IOW no.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1629>
__________________________________


More information about the Python-bugs-list mailing list