]> granicus.if.org Git - python/commit
Change PyUnicode_KIND to 1,2,4. Drop _KIND_SIZE and _CHARACTER_SIZE.
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 7 Oct 2011 18:55:35 +0000 (20:55 +0200)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 7 Oct 2011 18:55:35 +0000 (20:55 +0200)
commitc47adb04b30feea670e87b28efb286db11babaa6
tree7b7a3c7fa6227d578a4f1bddac23163170a95c10
parentdd07732af5793d7cd6fcd59c470f519709ff3eec
Change PyUnicode_KIND to 1,2,4. Drop _KIND_SIZE and _CHARACTER_SIZE.
Doc/c-api/unicode.rst
Include/unicodeobject.h
Modules/_io/textio.c
Modules/_json.c
Modules/_sre.c
Objects/stringlib/eq.h
Objects/unicodeobject.c
Python/formatter_unicode.c