py: Fix bug in optimised for .. range.
Don't store final, failing value to the loop variable. This fix also makes for .. range a bit more efficient, as it uses less store/load pairs for the loop variable.
tests/basics/for2.py
0 → 100644
tests/misc/features.py
0 → 100644
Please register or sign in to comment