-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
3.14.0b2 fails to build with strictly C11 compliant compiler #134875
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
Labels
3.14
bugs and security fixes
3.15
new features, bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
Comments
Which compiler version are you using? |
This build was with Apple Clang 902.0.39.2. |
corona10
added a commit
to corona10/cpython
that referenced
this issue
Jun 1, 2025
corona10
added a commit
that referenced
this issue
Jun 2, 2025
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 2, 2025
…ngh-134994) (cherry picked from commit b525e31) Co-authored-by: Donghee Na <donghee.na@python.org>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 2, 2025
…ngh-134994) (cherry picked from commit b525e31) Co-authored-by: Donghee Na <donghee.na@python.org>
corona10
added a commit
that referenced
this issue
Jun 3, 2025
corona10
added a commit
that referenced
this issue
Jun 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3.14
bugs and security fixes
3.15
new features, bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
With a compiler that implements
atomic_load_explicit
as specified in the C11 standard (such as many older versions of clang), Python 3.14.0b2 fails to build:Using const here wasn't allowed until C17: http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2244.htm#dr_459
This is a regression since b1.
CPython versions tested on:
3.14
Operating systems tested on:
macOS
Linked PRs
The text was updated successfully, but these errors were encountered: