summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cext/extension.c
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-127906: Backport test_cext changes from the main branch (#127923)Victor Stinner2024-12-131-2/+8
* gh-118124: Use static_assert() in Py_BUILD_ASSERT() on C11 (#118398)Victor Stinner2024-04-301-0/+5
* gh-92906: Enable test_cext and test_cppext on Windows (#117000)Victor Stinner2024-03-191-0/+2
* gh-116869: Test the limited C API in test_cext (#116995)Victor Stinner2024-03-191-10/+6
* gh-116869: Add test_cext test: build a C extension (#116954)Victor Stinner2024-03-181-0/+80