Message 301224 - Python tracker
Message301224
| Author | serhiy.storchaka |
|---|---|
| Recipients | barry, serhiy.storchaka |
| Date | 2017-09-04.16:52:23 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1504543943.64.0.838711949976.issue31337@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The default case is added just for silencing compiler warning. It is never executed. There are a number of places in the core that look like
assert(0);
return NULL; /* or whatever */
This is a dead code, but compilers complain without it.
How do you suggest to improve this code? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-09-04 16:52:23 | serhiy.storchaka | set | recipients: + serhiy.storchaka, barry |
| 2017-09-04 16:52:23 | serhiy.storchaka | set | messageid: <1504543943.64.0.838711949976.issue31337@psf.upfronthosting.co.za> |
| 2017-09-04 16:52:23 | serhiy.storchaka | link | issue31337 messages |
| 2017-09-04 16:52:23 | serhiy.storchaka | create | |