We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7acaa commit b7a95dfCopy full SHA for b7a95df
Lib/test/test_cext/setup.py
@@ -17,6 +17,9 @@
17
# The purpose of test_cext extension is to check that building a C
18
# extension using the Python C API does not emit C compiler warnings.
19
'-Werror',
20
+
21
+ # gh-120593: Check the 'const' qualifier
22
+ '-Wcast-qual',
23
]
24
if not support.Py_GIL_DISABLED:
25
CFLAGS.append(
0 commit comments