Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 2, 2018

Conversation

izbyshev
Copy link
Contributor

@izbyshev izbyshev commented Nov 2, 2018

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