Message 159802 - Python tracker
Message159802
| Author | benjamin.peterson |
|---|---|
| Recipients | benjamin.peterson, ezio.melotti, georg.brandl, loewis, pitrou, vstinner |
| Date | 2012-05-02.15:43:31 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1335973411.85.0.52692160216.issue14656@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
It does not avoid any warning because we have the "assert(0); return X" pattern. I was just attempting to provide a standard way of marking unreachable code. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-05-02 15:43:31 | benjamin.peterson | set | recipients: + benjamin.peterson, loewis, georg.brandl, pitrou, vstinner, ezio.melotti |
| 2012-05-02 15:43:31 | benjamin.peterson | set | messageid: <1335973411.85.0.52692160216.issue14656@psf.upfronthosting.co.za> |
| 2012-05-02 15:43:31 | benjamin.peterson | link | issue14656 messages |
| 2012-05-02 15:43:31 | benjamin.peterson | create | |