Added warning about infinite loops in for-from-by statement.
authorRobert Bradshaw <robertwb@math.washington.edu>
Fri, 4 May 2007 20:05:53 +0000 (13:05 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Fri, 4 May 2007 20:05:53 +0000 (13:05 -0700)
commit6ebf941f6097b835d00b06b7282dbb638674b9c6
tree51b12072a488515c580fb81a68ec26c415bbcc65
parent85d7f0a401526e17a299d008bd42466f587b5ab1
Added warning about infinite loops in for-from-by statement.

One rarely, if ever, wants the [step] argument to be negative.
Cython/Compiler/Nodes.py