[issue2688] Error when nesting many while loops

2008-08-01 Thread Jack Diederich
Jack Diederich <[EMAIL PROTECTED]> added the comment: This was fixed in more recent versions of 2.5, it now raises a "SystemError: too many statically nested blocks" Thanks for the tip Guilherme. Marking closed. -- nosy: +jackdied resolution: -> out of date status: open -> closed ___

[issue2688] Error when nesting many while loops

2008-04-25 Thread Robert Greimel
Robert Greimel <[EMAIL PROTECTED]> added the comment: Python 2.5 (r25:51908, Nov 6 2007, 15:55:44) from Fedora 7 (python-2.5-15.fc7) __ Tracker <[EMAIL PROTECTED]> __ ___

[issue2688] Error when nesting many while loops

2008-04-25 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: Apparently this was fixed at rev 52504 python-trunk. Which python version did you use ? -- nosy: +gpolo __ Tracker <[EMAIL PROTECTED]> __

[issue2688] Error when nesting many while loops

2008-04-25 Thread Robert Greimel
New submission from Robert Greimel <[EMAIL PROTECTED]>: nesting 20 while loops works OK. The 21st leads to the cryptic error message python: Python/compile.c:295: PyAST_Compile: Assertion `co || PyErr_Occurred()' failed. Abort when trying to execute the script. -- components: None mess