Message 301341 - Python tracker
Message301341
| Author | vstinner |
|---|---|
| Recipients | barry, pitrou, rhettinger, serhiy.storchaka, skrah, vstinner |
| Date | 2017-09-05.17:18:26 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1504631906.99.0.483147739835.issue31338@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> Or simply you would write:
>
> Py_UNREACHABLE();
> return NULL;
I recall that I had to fix warnings when using clang on:
Py_FatalError("...");
return NULL;
See bpo-28152.
I don't know if it's related to this issue. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-09-05 17:18:27 | vstinner | set | recipients: + vstinner, barry, rhettinger, pitrou, skrah, serhiy.storchaka |
| 2017-09-05 17:18:26 | vstinner | set | messageid: <1504631906.99.0.483147739835.issue31338@psf.upfronthosting.co.za> |
| 2017-09-05 17:18:26 | vstinner | link | issue31338 messages |
| 2017-09-05 17:18:26 | vstinner | create | |