Message 159088 - Python tracker
Message159088
| Author | benjamin.peterson |
|---|---|
| Recipients | benjamin.peterson |
| Date | 2012-04-23.21:52:11 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1335217931.89.0.157136074708.issue14656@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
It would be nice to have a macro Py_UNREACHABLE to keep compiler warnings away in unreachable code. This is can call __builtin_unreachable on gcc and abort elsewhere. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-04-23 21:52:11 | benjamin.peterson | set | recipients: + benjamin.peterson |
| 2012-04-23 21:52:11 | benjamin.peterson | set | messageid: <1335217931.89.0.157136074708.issue14656@psf.upfronthosting.co.za> |
| 2012-04-23 21:52:11 | benjamin.peterson | link | issue14656 messages |
| 2012-04-23 21:52:11 | benjamin.peterson | create | |