fix constant folding for repeated negation
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 23 Feb 2013 10:28:10 +0000 (11:28 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 23 Feb 2013 10:28:10 +0000 (11:28 +0100)
commit8368e53347cdd8105196401e410b1d8b1e4bd969
tree911fceb98f4f1aaa25cebf185fae85a1fcb13c45
parent68421a13a5ab031292ca4cfb437fac38af8e5f03
fix constant folding for repeated negation
Cython/Compiler/Optimize.py
tests/run/constant_folding.py [new file with mode: 0644]