summaryrefslogtreecommitdiff
path: root/Lib/test/setup_testcppext.py
Commit message (Expand)AuthorAgeFilesLines
* gh-95299: Rework test_cppext.py to not invoke setup.py directly (#103316)Pradyun Gedam2023-04-121-8/+3
* gh-94731: Revert to C-style casts for _Py_CAST (GH-94782)Petr Viktorin2022-07-141-5/+0
* gh-94751: Install, import and run the test C++ extension (MVP) (GH-94754)Petr Viktorin2022-07-121-1/+1
* gh-91321: Fix test_cppext for C++03 (#93902)Victor Stinner2022-06-161-2/+4
* gh-91321: Fix compatibility with C++ older than C++11 (#93784)Victor Stinner2022-06-141-5/+14
* gh-92584: test_cppext uses setuptools (#92639)Victor Stinner2022-05-131-0/+42