]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120593: Check -Wcast-qual flag in test_cext (#121081)
authorVictor Stinner <vstinner@python.org>
Thu, 27 Jun 2024 10:22:48 +0000 (12:22 +0200)
committerGitHub <noreply@github.com>
Thu, 27 Jun 2024 10:22:48 +0000 (10:22 +0000)
commitb7a95dfee30aae171de47f98ed3b7d1cc08e5bd4
tree2e73052194b6481c8b1fa1116e9d1bf286dfd474
parent6f7acaab508edac3dff376912b85cf46a8671e72
gh-120593: Check -Wcast-qual flag in test_cext (#121081)

Check the usage of the 'const' qualifier in the Python C API in
test_cext.
Lib/test/test_cext/setup.py