]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105776: Fix test_cppext when CC contains -std=c11 option (GH-108343) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 23 Aug 2023 11:45:37 +0000 (04:45 -0700)
committerGitHub <noreply@github.com>
Wed, 23 Aug 2023 11:45:37 +0000 (13:45 +0200)
commit0d6e657689c58cbd790dec2f71f0879e1ed3d4a3
treeb5e4d9254ce984ee32562bed18955b502b81b91a
parent61dbf46ae3df9d772bfd91b89ab61baeff97a12d
[3.12] gh-105776: Fix test_cppext when CC contains -std=c11 option (GH-108343) (#108345)

gh-105776: Fix test_cppext when CC contains -std=c11 option (GH-108343)

Fix test_cppext when the C compiler command has the "-std=c11" option.
Remove "-std=" options from the compiler command.
(cherry picked from commit 9173b2bbe13aeccc075b571da05c653a2a91de1b)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_cppext/setup.py
Misc/NEWS.d/next/Tests/2023-08-23-04-08-18.gh-issue-105776.oE6wp_.rst [new file with mode: 0644]