Nested loop limit?

Greg Ewing greg at cosc.canterbury.ac.nz
Mon Jul 12 23:49:15 EDT 2004


Peter Hansen wrote:
> 
> Maybe Pyrex does not have such a limit, or at least has a higher
> one.  Then you could generate the Pyrex code on the fly, and
> maybe still get C performance.

Pyrex does not impose any limit on the depth of nesting of
any control structure (as long as your C compiler can handle
the generated code).

-- 
Greg Ewing, Computer Science Dept,
University of Canterbury,	
Christchurch, New Zealand
http://www.cosc.canterbury.ac.nz/~greg




More information about the Python-list mailing list