[issue10542] Py_UNICODE_NEXT and other macros for surrogates

Eric Smith report at bugs.python.org
Sat Nov 27 23:29:08 CET 2010


Eric Smith <eric at trueblade.com> added the comment:

> The idea is that the first part refers to what the macro
> returns (Py_UCS4) and the "read" part of the name refers 
> to moving a pointer across an array (any array of integers).

I thought the first part generally meant the type of the first parameter. Although I can go either way, especially if we add an underscore.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10542>
_______________________________________


More information about the Python-bugs-list mailing list