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 sir-sigurd
Recipients malin, sir-sigurd, vstinner
Date 2019-09-18.06:54:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568789657.97.0.57953936016.issue38205@roundup.psfhosted.org>
In-reply-to
Content
Also quote from Py_UNREACHABLE() doc:

>  Use this in places where you might be tempted to put an assert(0) or abort() call.

https://github.com/python/cpython/commit/6b519985d23bd0f0bd072b5d5d5f2c60a81a19f2 does exactly that, it replaces assert(0) with Py_UNREACHABLE().
History
Date User Action Args
2019-09-18 06:54:18sir-sigurdsetrecipients: + sir-sigurd, vstinner, malin
2019-09-18 06:54:17sir-sigurdsetmessageid: <1568789657.97.0.57953936016.issue38205@roundup.psfhosted.org>
2019-09-18 06:54:17sir-sigurdlinkissue38205 messages
2019-09-18 06:54:17sir-sigurdcreate