]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116869: Enable -Werror in test_cext for Free Threading (#117106)
authorVictor Stinner <vstinner@python.org>
Wed, 20 Mar 2024 23:06:24 +0000 (00:06 +0100)
committerGitHub <noreply@github.com>
Wed, 20 Mar 2024 23:06:24 +0000 (00:06 +0100)
commitf4cc77d494ee0e10ed84ce369f0910c70a2f6d44
tree462b2e860a0337add44102c3075063ddb3d9cf39
parent104602a6078564765b7b8f42888f8eaa37b129b1
gh-116869: Enable -Werror in test_cext for Free Threading (#117106)

Check for warnings, but don't enable the compiler flag
-Werror=declaration-after-statement.
Lib/test/test_cext/setup.py