Dag Sverre Seljebotn, 03.12.2009 10:48:
> This is particularily useful for loops, as looping variables can all be 
> set to ssize_t without further ado.

This sounds a little too generic, so although I assume you're aware of it,
let me clarify that even loop variables would have to depend on such a
directive as this must work in the general case:

    for i in xrange(2**123456, 2**123456 + 2): print i

Stefan

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

Reply via email to