faster equality check for unicode strings (speeds up the parser)
authorStefan Behnel <scoder@users.berlios.de>
Thu, 11 Nov 2010 12:01:12 +0000 (13:01 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 11 Nov 2010 12:01:12 +0000 (13:01 +0100)
commit21cdfb999cd158e80f38b698844cce11d0810574
tree71d6a6570680c9c6ff1b017e42f2aa94572d846c
parentea3993e22573fb5609f98623b1ad19c889362693
faster equality check for unicode strings (speeds up the parser)
Cython/Compiler/ExprNodes.py