Message 301340 - Python tracker
Message301340
| Author | pitrou |
|---|---|
| Recipients | barry, pitrou, rhettinger, serhiy.storchaka, skrah, vstinner |
| Date | 2017-09-05.17:16:11 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <8eeaea33-8ae8-dcf1-b582-b19b2b87ac47@free.fr> |
| In-reply-to | <1504631424.49.0.661108674272.issue31338@psf.upfronthosting.co.za> |
| Content | |
|---|---|
Le 05/09/2017 à 19:10, STINNER Victor a écrit :
>
> Maybe the default implementation of the macro should be:
>
> #define Py_UNREACHABLE(stmt) abort(); stmt
Or simply you would write:
Py_UNREACHABLE();
return NULL; |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-09-05 17:16:11 | pitrou | set | recipients: + pitrou, barry, rhettinger, vstinner, skrah, serhiy.storchaka |
| 2017-09-05 17:16:11 | pitrou | link | issue31338 messages |
| 2017-09-05 17:16:11 | pitrou | create | |