Skip to content
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

gh-122974: Suppress GCC array bound warnings in free-threaded build #123071

Merged
merged 1 commit into from
Aug 17, 2024

Conversation

colesbury
Copy link
Contributor

@colesbury colesbury commented Aug 16, 2024

GCC 11 and newer warn about the access to unique_id in non-debug builds due to inlining the call on static non-heap types.

…uild

GCC 11 and newer warn about the access to `unique_id` in non-debug builds
due to inlining the call on static non-heap types.
@colesbury colesbury merged commit 40632b1 into python:main Aug 17, 2024
39 checks passed
@colesbury colesbury deleted the gh-122974-array-bounds branch August 17, 2024 20:03
jeremyhylton pushed a commit to jeremyhylton/cpython that referenced this pull request Aug 19, 2024
…uild (python#123071)

GCC 11 and newer warn about the access to `unique_id` in non-debug builds
due to inlining the call on static non-heap types.
blhsing pushed a commit to blhsing/cpython that referenced this pull request Aug 22, 2024
…uild (python#123071)

GCC 11 and newer warn about the access to `unique_id` in non-debug builds
due to inlining the call on static non-heap types.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants