[Python-Dev] PyUnicode_KIND changed (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Fri Oct 7 21:02:00 CEST 2011
- Previous message: [Python-Dev] Packaging and binary distributions for Python 3.3
- Next message: [Python-Dev] PyUnicode_KIND changed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Packaging and binary distributions for Python 3.3
- Next message: [Python-Dev] PyUnicode_KIND changed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]