[Python-Dev] PyUnicode_KIND changed (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Fri Oct 7 21:02:00 CEST 2011


After discussion with several people, I changed PyUnicode_KIND to have values of 1,2,4, respectively, thus reflecting the element size of the string numerically.

As a consequence, the PyUnicode_CHARACTER_SIZE and PyUnicode_KIND_SIZE macros are now gone.

Regards, Martin



More information about the Python-Dev mailing list