[Cython] [Fwd: Re: Beginner-friendly tickets]

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Mar 18 22:00:34 CET 2009


Robert Bradshaw wrote:

> So in Pyrex, the endpoint will always be evaluated once? (This is a  
> departure from the actual C for loop, but IMHO a good one.)

That's the intention, yes. If you want a dynamic
endpoint (a rare case in my experience) you just
have to use a while loop.

-- 
Greg


More information about the Cython-dev mailing list