Stefan Krah added the comment: 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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue31338> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com