[New-bugs-announce] [issue2688] Error when nesting many while loops

Robert Greimel report at bugs.python.org
Fri Apr 25 14:10:59 CEST 2008


New submission from Robert Greimel <rgreimel at gmail.com>:

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
messages: 65778
nosy: rgreimel
severity: normal
status: open
title: Error when nesting many while loops
type: compile error
versions: Python 2.5

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2688>
__________________________________


More information about the New-bugs-announce mailing list