Renamed Py_UNICODE* entities to use "pyunicode_ptr" prefix; fixed small issues in...
authorNikita Nemkin <nikita@nemkin.ru>
Tue, 5 Mar 2013 12:25:22 +0000 (18:25 +0600)
committerNikita Nemkin <nikita@nemkin.ru>
Tue, 5 Mar 2013 12:32:40 +0000 (18:32 +0600)
commit22d8c6d995abffe96171ac2bd81438aa67a5cd82
treeb5aa51d68a37efbbaef7fe91606aa464bb6c2929
parent78790d572de13981ad3b526f296ae17ab8e326ff
Renamed Py_UNICODE* entities to use "pyunicode_ptr" prefix; fixed small issues in Py_UNICODE* support.
Cython/Compiler/Code.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/Optimize.py
Cython/Compiler/PyrexTypes.py
Cython/Compiler/StringEncoding.py
Cython/Utility/StringTools.c
Cython/Utility/TypeConversion.c
tests/run/py_unicode_strings.pyx