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 15ab9d4 commit 68ae13fCopy full SHA for 68ae13f
1 file changed
Lib/test/test_cppext/setup.py
@@ -59,7 +59,7 @@ def main():
59
else:
60
cppflags.append(f'-std={std}')
61
62
- if limited or (std != 'c++03'):
+ if limited or (std != 'c++03') and not internal:
63
# See CPPFLAGS_PEDANTIC docstring
64
cppflags.extend(CPPFLAGS_PEDANTIC)
65
0 commit comments