simplify constant folded comparison code a little and extend the test for it
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 13 Dec 2013 20:31:26 +0000 (21:31 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 13 Dec 2013 20:31:26 +0000 (21:31 +0100)
commitf3b0b9774bfcb000a96678c6731ed93d63dc4f1c
treedb07f3e20083cd32aa45e4a1beb30a9226f36313
parent311c0b1206b60a3357beb276475e9de7d254c40e
simplify constant folded comparison code a little and extend the test for it
Cython/Compiler/Optimize.py
tests/run/constant_folding.py