]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105776: Fix test_cppext when CC contains -std=c11 option (#108343)
authorVictor Stinner <vstinner@python.org>
Wed, 23 Aug 2023 02:52:56 +0000 (04:52 +0200)
committerGitHub <noreply@github.com>
Wed, 23 Aug 2023 02:52:56 +0000 (02:52 +0000)
commit9173b2bbe13aeccc075b571da05c653a2a91de1b
tree56e441a4e8bbf97021596ec2e229c00347ee7178
parent3a1ac87f8f89d3206b46a0df4908afae629d669d
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.
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]