-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Python fails to build on s390x RHEL7 LTO + PGO 3.x on: #if defined(__APPLE__) && defined(__has_attribute) && __has_attribute(availability) #121199
Comments
vstinner
added
type-bug
An unexpected behavior, bug, or error
build
The build process and cross-build
labels
Jul 1, 2024
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Jul 1, 2024
Use the _Py__has_attribute() macro in timemodule.c and bootstrap_hash.c to fix a build error on old GCC versions (GCC 4.8.5 on s390x).
|
vstinner
added a commit
that referenced
this issue
Jul 1, 2024
Use the _Py__has_attribute() macro in timemodule.c and bootstrap_hash.c to fix a build error on old GCC versions (GCC 4.8.5 on s390x).
The buildbot is back to green: https://buildbot.python.org/all/#/builders/244 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
s390x RHEL7 LTO + PGO 3.x: https://buildbot.python.org/all/#/builders/244/builds/7626
Linked PRs
The text was updated successfully, but these errors were encountered: