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 benjamin.peterson
Recipients benjamin.peterson
Date 2012-04-23.21:52:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335217931.89.0.157136074708.issue14656@psf.upfronthosting.co.za>
In-reply-to
Content
It would be nice to have a macro Py_UNREACHABLE to keep compiler warnings away in unreachable code. This is can call __builtin_unreachable on gcc and abort elsewhere.
History
Date User Action Args
2012-04-23 21:52:11benjamin.petersonsetrecipients: + benjamin.peterson
2012-04-23 21:52:11benjamin.petersonsetmessageid: <1335217931.89.0.157136074708.issue14656@psf.upfronthosting.co.za>
2012-04-23 21:52:11benjamin.petersonlinkissue14656 messages
2012-04-23 21:52:11benjamin.petersoncreate