]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116869: Fix test_cext on RHEL7 (#117010)
authorVictor Stinner <vstinner@python.org>
Tue, 19 Mar 2024 21:58:13 +0000 (22:58 +0100)
committerGitHub <noreply@github.com>
Tue, 19 Mar 2024 21:58:13 +0000 (22:58 +0100)
commit438de10c160c188fced64317df9118100c329ffe
tree64a811a05772e9d96c992e7bbba01197e2dd1c92
parent2d17309cc719c41e02ffd1d6cac10f95a7e2359c
gh-116869: Fix test_cext on RHEL7 (#117010)

Remove -std option from CC command line.

Skip C++14 test for now on non-Windows platforms (like RHEL7).
Lib/test/test_cext/setup.py
Lib/test/test_cppext/__init__.py
Lib/test/test_cppext/setup.py