]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91321: Fix test_cppext for C++03 (#93902)
authorVictor Stinner <vstinner@python.org>
Thu, 16 Jun 2022 12:39:00 +0000 (14:39 +0200)
committerGitHub <noreply@github.com>
Thu, 16 Jun 2022 12:39:00 +0000 (14:39 +0200)
commita38c2a61d585fce0973e93dd590551ccddd947fb
treea1ae98332572e493b58cd150d14615c0a509fde5
parent7546914e3f8157d8bad2998677e0ea3ed4cb7939
gh-91321: Fix test_cppext for C++03 (#93902)

Don't build _testcppext.cpp with -Wzero-as-null-pointer-constant when
testing C++03: only use this compiler flag with C++11.
Lib/test/setup_testcppext.py