Fix bug for python targets in for...from loops, allow non-integer numeric arguments.
authorRobert Bradshaw <robertwb@math.washington.edu>
Mon, 31 Dec 2007 19:13:26 +0000 (11:13 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Mon, 31 Dec 2007 19:13:26 +0000 (11:13 -0800)
commit9607b5448ae48458d9eb7971d0e8c1ea3eadc765
tree8e6b44528630f7185b4a006882997f39f9286a88
parent39048dc5a950b1492d37bb8c561d998a8cefbd56
Fix bug for python targets in for...from loops, allow non-integer numeric arguments.
Cython/Compiler/ExprNodes.py
Cython/Compiler/Nodes.py
Cython/Compiler/Version.py