| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [3.11] gh-105776: Fix test_cppext when CC contains -std=c11 option (#108343) ↵ | Victor Stinner | 2023-08-23 | 1 | -0/+13 |
| | | | | | | | | | | | (#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) | ||||
| * | [3.11] gh-108303: Add Lib/test/test_cppext/ sub-directory (#108325) (#108336) | Victor Stinner | 2023-08-23 | 1 | -0/+48 |
| gh-108303: Add Lib/test/test_cppext/ sub-directory (#108325) * Move test_cppext to its own directory * Rename setup_testcppext.py to setup.py * Rename _testcppext.cpp to extension.cpp * The source (extension.cpp) is now also copied by the test. (cherry picked from commit 21dda09600848ac280481f7c64f8d9516dc69bb2) | |||||
