]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-105776: Fix test_cppext when CC contains -std=c11 option (#108343) (#108347)
authorVictor Stinner <vstinner@python.org>
Wed, 23 Aug 2023 03:47:41 +0000 (05:47 +0200)
committerGitHub <noreply@github.com>
Wed, 23 Aug 2023 03:47:41 +0000 (03:47 +0000)
commit1aff195903ca664b5285f7ac9e999347484d9d3b
tree044dff35f4a76af9da5d7403ea827966dce6f5cf
parenta15396146f8b4f7196e858eba577730f66ac3fb6
[3.11] gh-105776: Fix test_cppext when CC contains -std=c11 option (#108343) (#108347)

gh-105776: Fix test_cppext when CC contains -std=c11 option (#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)
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]