Robert Bradshaw wrote:
> I just realized, however, that we are not following Python semantics  
> for the empty loop:
> 
> sage: i = "foo"
> sage: for i in range(10, 0): pass
> sage: print i
> foo

http://trac.cython.org/cython_trac/ticket/208

Stefan

_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to