This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:27vstinnersetrecipients: + vstinner, barry, rhettinger, pitrou, skrah, serhiy.storchaka
2017-09-05 17:18:26vstinnersetmessageid: <1504631906.99.0.483147739835.issue31338@psf.upfronthosting.co.za>
2017-09-05 17:18:26vstinnerlinkissue31338 messages
2017-09-05 17:18:26vstinnercreate