reduce code size of parser and speed it up a little by statically switching to unicod...
authorStefan Behnel <scoder@users.berlios.de>
Wed, 8 Dec 2010 21:53:11 +0000 (22:53 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 8 Dec 2010 21:53:11 +0000 (22:53 +0100)
commit90cfb960eec7f4e112f202a97fda6094cf8480a4
treedd66f8e4cc7f1a5502befa3d24b8ee4a78f41d84
parent068e0c7165790843053e6da5e31c492e53341c7a
reduce code size of parser and speed it up a little by statically switching to unicode in more places
Cython/Compiler/Lexicon.py
Cython/Compiler/Parsing.pxd
Cython/Compiler/Parsing.py
Cython/Compiler/Scanning.py
setup.py