[Python-Dev] [Python-checkins] cpython: Move PyUnicode_WCHAR_KIND outside PyUnicode_Kind enum

"Martin v. Löwis" martin at v.loewis.de
Sun Dec 18 20:34:49 CET 2011


>   Move PyUnicode_WCHAR_KIND outside PyUnicode_Kind enum

What's the rationale for that change? It's a valid kind value, after
all, and the C convention is that an enumeration lists all valid values
(else there wouldn't be a need for an enumeration in the first place).

Regards,
Martin


More information about the Python-Dev mailing list