aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_cext/setup.py
diff options
context:
space:
mode:
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(