use a dedicated UnicodeType and UnicodeNode to represent unicode literals
authorStefan Behnel <scoder@users.berlios.de>
Tue, 12 Aug 2008 20:10:54 +0000 (22:10 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 12 Aug 2008 20:10:54 +0000 (22:10 +0200)
commit14986aeae0eb57a9d5e0bda80fa3404eb7cf8559
tree159b59ed61268bebbbc5ca12d20be09a76798167
parent0227fc22e962f713bcbe889a6fc70ce4f3819157
use a dedicated UnicodeType and UnicodeNode to represent unicode literals
fixes the unicode literal indexing problem (only for unicode strings, not for byte strings!)
Cython/Compiler/ExprNodes.py
Cython/Compiler/Parsing.py
Cython/Compiler/PyrexTypes.py
Cython/Compiler/Symtab.py