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 corona10, lukasz.langa, miss-islington, serhiy.storchaka, vstinner, yota moteuchi
Date 2020-09-28.22:17:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601331465.91.0.101849992496.issue41875@roundup.psfhosted.org>
In-reply-to
Content
FYI __builtin_unreachable() is used since this change, of bpo-38249:

commit eebaa9bfc593d5a46b293c1abd929fbfbfd28199
Author: Serhiy Storchaka <storchaka@gmail.com>
Date:   Mon Mar 9 20:49:52 2020 +0200

    bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the release mode. (GH-16329)
    
    Co-authored-by: Victor Stinner <vstinner@python.org>
History
Date User Action Args
2020-09-28 22:17:45vstinnersetrecipients: + vstinner, lukasz.langa, serhiy.storchaka, yota moteuchi, corona10, miss-islington
2020-09-28 22:17:45vstinnersetmessageid: <1601331465.91.0.101849992496.issue41875@roundup.psfhosted.org>
2020-09-28 22:17:45vstinnerlinkissue41875 messages
2020-09-28 22:17:45vstinnercreate