X Tutup
Skip to content

[3.11] gh-105776: Fix test_cppext when CC contains -std=c11 option (#108343)#108347

Merged
vstinner merged 1 commit intopython:3.11from
vstinner:test_cppext_std311
Aug 23, 2023
Merged

[3.11] gh-105776: Fix test_cppext when CC contains -std=c11 option (#108343)#108347
vstinner merged 1 commit intopython:3.11from
vstinner:test_cppext_std311

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Aug 23, 2023

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)

…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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup