implemented Py_UCS4 type
authorStefan Behnel <scoder@users.berlios.de>
Sat, 29 Jan 2011 17:35:53 +0000 (18:35 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 29 Jan 2011 17:35:53 +0000 (18:35 +0100)
commite68b3b57b9c8999df250e6bcaed538aa33ea0235
treeb30c70150bbb232fcdb6cff39607b818236a683d
parent7cdfd770c17aff45aa212cb69eb181da853ac814
implemented Py_UCS4 type

--HG--
rename : tests/errors/py_unicode_type_errors.pyx => tests/errors/py_ucs4_type_errors.pyx
rename : tests/run/py_unicode_type.pyx => tests/run/py_ucs4_type.pyx
Cython/Compiler/ExprNodes.py
Cython/Compiler/Optimize.py
Cython/Compiler/Parsing.py
Cython/Compiler/PyrexTypes.py
tests/errors/py_ucs4_type_errors.pyx [new file with mode: 0644]
tests/errors/py_unicode_type_errors.pyx
tests/run/py_ucs4_type.pyx [new file with mode: 0644]