New submission from Benjamin Peterson <benja...@python.org>: 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.
---------- components: Interpreter Core keywords: easy messages: 159088 nosy: benjamin.peterson priority: normal severity: normal stage: needs patch status: open title: Add a macro for unreachable code type: enhancement versions: Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14656> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com