[Patches] [ python-Patches-986720 ] Is there a nested loop limit?

SourceForge.net noreply at sourceforge.net
Wed Jul 7 19:36:34 CEST 2004


Patches item #986720, was opened at 2004-07-07 18:12
Message generated for change (Comment added) made by mwh
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=986720&group_id=5470

Category: None
Group: Python 2.3
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: chimeda (chimeda)
>Assigned to: Michael Hudson (mwh)
Summary: Is there a nested loop limit?

Initial Comment:
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.

-Chad

----------------------------------------------------------------------

>Comment By: Michael Hudson (mwh)
Date: 2004-07-07 18:36

Message:
Logged In: YES 
user_id=6656

What a strange way to try to get help.

http://www.python.org/community/lists.html

may help you find better ways.

The answer, FWIW, is "yes".  I think the limit is 20. 
Please don't post questions to the patch tracker again!

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=986720&group_id=5470


More information about the Patches mailing list