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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, mark
Date 2008-01-24.13:42:45
SpamBayes Score 0.0591421
Marked as misclassified No
Message-id <1201182166.72.0.951521116017.issue1920@psf.upfronthosting.co.za>
In-reply-to
Content
python 2.5 has the same behaviour, if you use "while 0:" instead.
In compiler.c, there is code that optimizes away blocks like "if 0",
"while 0". 'if' correctly emit the else clause, 'while' does not...
History
Date User Action Args
2008-01-24 13:42:47amaury.forgeotdarcsetspambayes_score: 0.0591421 -> 0.0591421
recipients: + amaury.forgeotdarc, mark
2008-01-24 13:42:46amaury.forgeotdarcsetspambayes_score: 0.0591421 -> 0.0591421
messageid: <1201182166.72.0.951521116017.issue1920@psf.upfronthosting.co.za>
2008-01-24 13:42:45amaury.forgeotdarclinkissue1920 messages
2008-01-24 13:42:45amaury.forgeotdarccreate