Closed GoogleCodeExporter closed 9 years ago
Actually, further tests show that even though "if i and i != 0:" (the reversed
expression I gave as an example) works, the "if i and i > 0:" (for instance)
fails,
but not with the message given above. Instead, it prints nothing. Also, the
expected
output is of course "abc\nabc\nabc\n", not "abc". Sorry about that.
The bug seems to be tied specifically to the single "i" truthfulness part of the
test, since the "if i > 0 and i != 0:" seems to be working fine.
Original comment by denis.ka...@gmail.com
on 4 Jul 2008 at 6:10
I believe this error is likely due to a register allocation bug. This can be
verified by commenting out the try/except in encode.py:do .. If that is the
case, I
will probably work on resolving this bug when I have a moment.
Original comment by philhas...@gmail.com
on 9 Jul 2008 at 2:15
Original comment by philhas...@gmail.com
on 5 Sep 2008 at 5:12
Original comment by philhas...@gmail.com
on 6 Sep 2008 at 3:27
Original issue reported on code.google.com by
denis.ka...@gmail.com
on 4 Jul 2008 at 6:03