]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122974: Suppress GCC array bound warnings in free-threaded build (#123071)
authorSam Gross <colesbury@gmail.com>
Sat, 17 Aug 2024 20:03:50 +0000 (16:03 -0400)
committerGitHub <noreply@github.com>
Sat, 17 Aug 2024 20:03:50 +0000 (16:03 -0400)
commit40632b1f1da573f6d5e12453007474bcf70fba22
treecd81265ef3789d8370ddb9873a3ae1e27bed7c9c
parent44e458357fca05ca0ae2658d62c8c595b048b5ef
gh-122974: Suppress GCC array bound warnings in free-threaded build (#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.
Include/internal/pycore_object.h