You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include/pyport.h currently only guards use of __attribute__((fallthrough)) with _Py__has_attribute(fallthrough). Clang versions prior to 10 do not support this syntax, but do claim to support the fallthrough attribute (because they support the C++11 style [[fallthrough]]).
ZeroIntensity
added
build
The build process and cross-build
3.12
bugs and security fixes
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
and removed
3.12
bugs and security fixes
3.13
bugs and security fixes
labels
Jan 16, 2025
Bug report
Bug description:
Include/pyport.h
currently only guards use of__attribute__((fallthrough))
with_Py__has_attribute(fallthrough)
. Clang versions prior to 10 do not support this syntax, but do claim to support the fallthrough attribute (because they support the C++11 style[[fallthrough]]
).CPython versions tested on:
3.14
Operating systems tested on:
macOS
Linked PRs
The text was updated successfully, but these errors were encountered: