fix constant folding: calculate float values but do not aggregate them into ConstNodes
authorStefan Behnel <scoder@users.berlios.de>
Sun, 5 Jul 2009 13:35:12 +0000 (15:35 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 5 Jul 2009 13:35:12 +0000 (15:35 +0200)
commite76ea8ef220d67d32d8feb155ba65bfa45403039
tree98859834dd45ddc3b0423f9d829bcb5d6c262a29
parent6328f1a238949ed1fbf4b8ae1ad351e5e9f3ff26
fix constant folding: calculate float values but do not aggregate them into ConstNodes
Cython/Compiler/Optimize.py