properly propagate string comparison optimisation into cascaded comparisons
authorStefan Behnel <stefan_ml@behnel.de>
Thu, 9 Aug 2012 10:05:22 +0000 (12:05 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Thu, 9 Aug 2012 10:05:22 +0000 (12:05 +0200)
commit4d1a5241969c73723ffaa578de9be48f85ff3e44
tree9b56e2b762d893ac7f22b3b883adba703f080bba
parent4b858e4137c9870fa3032acf00d7c43f552ef20f
properly propagate string comparison optimisation into cascaded comparisons
Cython/Compiler/ExprNodes.py
tests/run/string_comparison.pyx [new file with mode: 0644]