Skip to content

[3.6] bpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300)#10302

Merged
vstinner merged 1 commit into
python:3.6from
izbyshev:backport-e2ed5ad-3.6
Nov 2, 2018
Merged

[3.6] bpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300)#10302
vstinner merged 1 commit into
python:3.6from
izbyshev:backport-e2ed5ad-3.6

Conversation

@izbyshev

@izbyshev izbyshev commented Nov 2, 2018

Copy link
Copy Markdown
Contributor

Use __GNUC__ instead of non-existing __GNUC_MAJOR__.

https://bugs.python.org/issue35147.
(cherry picked from commit e2ed5ad)

Co-authored-by: Alexey Izbyshev izbyshev@ispras.ru

https://bugs.python.org/issue35147

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

https://bugs.python.org/issue35147.
(cherry picked from commit e2ed5ad)

Co-authored-by: Alexey Izbyshev <izbyshev@ispras.ru>
@bedevere-bot bedevere-bot added skip news type-bug An unexpected behavior, bug, or error awaiting review labels Nov 2, 2018
@vstinner vstinner merged commit 29abad0 into python:3.6 Nov 2, 2018
@izbyshev izbyshev deleted the backport-e2ed5ad-3.6 branch November 2, 2018 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants