]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300)
authorAlexey Izbyshev <izbyshev@ispras.ru>
Fri, 2 Nov 2018 16:32:26 +0000 (19:32 +0300)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 2 Nov 2018 16:32:26 +0000 (09:32 -0700)
commite2ed5adcb5db2d70cfa72da1ba8446f7aa9e05cd
treee07beaa469ebb1e13cb0c9b75af3e2c1cc324a76
parentb942707fc23454a998323c17e30be78ff1a4f0e7
bpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300)

Use `__GNUC__` instead of non-existing `__GNUC_MAJOR__`.

https://bugs.python.org/issue35147
Include/pyerrors.h