This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rgreimel
Recipients rgreimel
Date 2008-04-25.12:10:55
SpamBayes Score 0.095089726
Marked as misclassified No
Message-id <1209125459.31.0.611110117308.issue2688@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-04-25 12:10:59rgreimelsetspambayes_score: 0.0950897 -> 0.095089726
recipients: + rgreimel
2008-04-25 12:10:59rgreimelsetspambayes_score: 0.0950897 -> 0.0950897
messageid: <1209125459.31.0.611110117308.issue2688@psf.upfronthosting.co.za>
2008-04-25 12:10:56rgreimellinkissue2688 messages
2008-04-25 12:10:55rgreimelcreate