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 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:11pitrousetrecipients: + pitrou, barry, rhettinger, vstinner, skrah, serhiy.storchaka
2017-09-05 17:16:11pitroulinkissue31338 messages
2017-09-05 17:16:11pitroucreate