fix bug #372: reassignment to stop bound of for-range loop must not impact loop
authorStefan Behnel <scoder@users.berlios.de>
Sun, 4 Oct 2009 12:43:22 +0000 (14:43 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 4 Oct 2009 12:43:22 +0000 (14:43 +0200)
commitd0722d348f3c4e80dbd2f21d7f654f21218794e5
tree7a21b15e78c1cc15d438632524913502c58d89aa
parentf77686209fd22aac2fa82b423a89df792fe10909
fix bug #372: reassignment to stop bound of for-range loop must not impact loop
Cython/Compiler/Optimize.py
tests/run/for_in_range_T372.pyx [new file with mode: 0644]