summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cext
Commit message (Expand)AuthorAgeFilesLines
* test_cext, test_cppext: enable /W4 warnings on Windows (#124253)Victor Stinner2024-09-192-2/+10
* Check for compiler warnings in test_cext on Windows (#121088)Victor Stinner2024-06-282-2/+8
* gh-120593: Check -Wcast-qual flag in test_cext (#121081)Victor Stinner2024-06-271-0/+3
* gh-118124: Use static_assert() in Py_BUILD_ASSERT() on C11 (#118398)Victor Stinner2024-04-301-0/+5
* gh-117478: Add `@support.requires_gil_enabled` decorator (#117479)Sam Gross2024-04-041-2/+2
* gh-116869: Enable -Werror in test_cext for Free Threading (#117106)Victor Stinner2024-03-201-5/+7
* gh-116869: Fix test_cext for Free Threading (#117043)Victor Stinner2024-03-192-1/+3
* gh-116869: Fix test_cext on RHEL7 (#117010)Victor Stinner2024-03-191-10/+13
* gh-92906: Enable test_cext and test_cppext on Windows (#117000)Victor Stinner2024-03-193-15/+51
* gh-116869: Test the limited C API in test_cext (#116995)Victor Stinner2024-03-193-30/+55
* gh-116869: Build test_cext with -Werror=declaration-after-statement (#116990)Victor Stinner2024-03-192-0/+6
* gh-116869: Enable test_cext and test_cppext on Free Threading build (#116973)Victor Stinner2024-03-181-15/+9
* gh-116869: Add test_cext test: build a C extension (#116954)Victor Stinner2024-03-183-0/+219