gh-105776: Fix test_cppext when CC contains -std=c11 option#108343
gh-105776: Fix test_cppext when CC contains -std=c11 option#108343vstinner merged 1 commit intopython:mainfrom
Conversation
Fix test_cppext when the C compiler command "-std=c11" option: remove "-std=" options from the compiler command.
|
Without this PR, test_cppext fails with these commands: With this PR, test_cppext pass. |
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
|
Sorry, @vstinner, I could not cleanly backport this to |
|
GH-108345 is a backport of this pull request to the 3.12 branch. |
…thonGH-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 9173b2b) Co-authored-by: Victor Stinner <vstinner@python.org>
|
GH-108347 is a backport of this pull request to the 3.11 branch. |
…thon#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 9173b2b)
|
…H-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 9173b2b) Co-authored-by: Victor Stinner <vstinner@python.org>
Uh oh!
There was an error while loading. Please reload this page.