strip down while-loops with constant condition
authorStefan Behnel <stefan_ml@behnel.de>
Mon, 11 Mar 2013 09:33:59 +0000 (10:33 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Mon, 11 Mar 2013 09:33:59 +0000 (10:33 +0100)
commit4cfaa9f6dd3d7f8ecd7da80ab224fbc3ad4be514
treebb4814573dec2998b9e9f492e90761c23e6afb0f
parentd2ac07b13f82def34c5dc35534c7e062cb807bd7
strip down while-loops with constant condition
Cython/Compiler/Optimize.py
tests/run/constant_folding.py