[issue35147] _Py_NO_RETURN is always empty on GCC

Alexey Izbyshev report at bugs.python.org
Fri Nov 2 12:03:19 EDT 2018


New submission from Alexey Izbyshev <izbyshev at ispras.ru>:

Non-existing __GNUC_MAJOR__ macro is used to check for GCC version at https://github.com/python/cpython/blob/b942707fc23454a998323c17e30be78ff1a4f0e7/Include/pyerrors.h#L97 . __GNUC__ should be used instead.

----------
components: Interpreter Core
messages: 329136
nosy: benjamin.peterson, berker.peksag, brett.cannon, izbyshev, serhiy.storchaka
priority: normal
severity: normal
status: open
title: _Py_NO_RETURN is always empty on GCC
type: behavior
versions: Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35147>
_______________________________________


More information about the Python-bugs-list mailing list