]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116869: Build test_cext with -Werror=declaration-after-statement (#116990)
authorVictor Stinner <vstinner@python.org>
Tue, 19 Mar 2024 11:05:22 +0000 (12:05 +0100)
committerGitHub <noreply@github.com>
Tue, 19 Mar 2024 11:05:22 +0000 (12:05 +0100)
commit5405e9e5b51f3bd883aee5c1a52a39a56e2fb2b4
tree3f35db91e74584afc049fe9c2f41a06b21736a23
parent039d20ae5428dfe3d70404d8a5297c70d41e2e2d
gh-116869: Build test_cext with -Werror=declaration-after-statement (#116990)

Make sure that the C API does not emit compiler warnings when built
with -Werror=declaration-after-statement.
Lib/test/test_cext/__init__.py
Lib/test/test_cext/setup.py