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 skrah
Recipients barry, pitrou, rhettinger, serhiy.storchaka, skrah, vstinner
Date 2017-09-05.18:17:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20170905181729.GA3105@bytereef.org>
In-reply-to <1504631424.49.0.661108674272.issue31338@psf.upfronthosting.co.za>
Content
On Tue, Sep 05, 2017 at 05:10:24PM +0000, STINNER Victor wrote:
> That's a good example of better implementation for Py_UNREACHABLE().
> 
> The tricky part is to make compiler warnings quiet. For example, you cannot replace "abort(); return NULL;" with "abort()", because a function without return would emit a warning.

Which compiler needs more than "abort();" in a default statement? gcc and clang
don't.
History
Date User Action Args
2017-09-05 18:17:40skrahsetrecipients: + skrah, barry, rhettinger, pitrou, vstinner, serhiy.storchaka
2017-09-05 18:17:40skrahlinkissue31338 messages
2017-09-05 18:17:40skrahcreate