Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-105776: Fix test_cppext when CC contains -std=c11 option (#108343) | Victor Stinner | 2023-08-23 | 1 | -0/+13 |
| | | | | Fix test_cppext when the C compiler command has the "-std=c11" option. Remove "-std=" options from the compiler command. | ||||
* | gh-108303: Add Lib/test/test_cppext/ sub-directory (#108325) | Victor Stinner | 2023-08-22 | 1 | -0/+42 |
* 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. |