moved constant folding before type analysis, disabled for type casts and float expres...
authorStefan Behnel <scoder@users.berlios.de>
Mon, 23 Mar 2009 10:56:04 +0000 (11:56 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 23 Mar 2009 10:56:04 +0000 (11:56 +0100)
commit72d0f571978907af95e409927d27a5cb275ca041
tree841440e9a57f74e0c0a6df794c86b981c8e7b156
parenta5bba3a59a821bd24ca8fa185c66706f6faf3318
moved constant folding before type analysis, disabled for type casts and float expressions
Cython/Compiler/ExprNodes.py
Cython/Compiler/Main.py
Cython/Compiler/Optimize.py
tests/run/consts.pyx