Message61632
| 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:47 | amaury.forgeotdarc | set | spambayes_score: 0.0591421 -> 0.0591421 recipients: + amaury.forgeotdarc, mark |
| 2008-01-24 13:42:46 | amaury.forgeotdarc | set | spambayes_score: 0.0591421 -> 0.0591421 messageid: <1201182166.72.0.951521116017.issue1920@psf.upfronthosting.co.za> |
| 2008-01-24 13:42:45 | amaury.forgeotdarc | link | issue1920 messages |
| 2008-01-24 13:42:45 | amaury.forgeotdarc | create | |