Nested loop limit?

chad chad.himeda at hp.com
Wed Jul 7 14:45:08 EDT 2004


I am writing a program to do some reliability calculations that
require several nested for-loops.  However, I believe that as the
models become more complex, the number of required for-loops will
increase.  Does Python have a limit on the number of nested for-loops?
 Thanks.



More information about the Python-list mailing list