aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_cext/setup.py
diff options
context:
space:
mode:
authorPetr Viktorin <encukou@gmail.com>2025-02-28 17:05:36 +0100
committerGitHub <noreply@github.com>2025-02-28 16:05:36 +0000
commitab11c097052757b79060c75dd4835c2431e752b7 (patch)
tree76ee692a42e025e5f1e2e594f5b508c1038eac43 /Lib/test/test_cext/setup.py
parent003e6d2b9776c07147a9c628eb028fd2ac3f0008 (diff)
downloadcpython-ab11c097052757b79060c75dd4835c2431e752b7.tar.gz
cpython-ab11c097052757b79060c75dd4835c2431e752b7.zip
gh-129666: Revert "gh-129666: Add C11/C++11 to docs and `-pedantic-errors` to GCC/clang test_c[pp]ext tests (GH-130686)" (GH-130688)
This reverts commit 003e6d2b9776c07147a9c628eb028fd2ac3f0008.
Diffstat (limited to 'Lib/test/test_cext/setup.py')
-rw-r--r--Lib/test/test_cext/setup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/test_cext/setup.py b/Lib/test/test_cext/setup.py
index 1275282983f..e97749b45ea 100644
--- a/Lib/test/test_cext/setup.py
+++ b/Lib/test/test_cext/setup.py
@@ -21,9 +21,6 @@ if not support.MS_WINDOWS:
# gh-120593: Check the 'const' qualifier
'-Wcast-qual',
-
- # Ask for strict(er) compliance with the standard
- '-pedantic-errors',
]
if not support.Py_GIL_DISABLED:
CFLAGS.append(