summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cext/setup.py
Commit message (Expand)AuthorAgeFilesLines
* gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556)Petr Viktorin2025-11-051-1/+0
* gh-111506: Add _Py_OPAQUE_PYOBJECT to hide PyObject layout & related API (GH-...Petr Viktorin2025-07-121-1/+9
* gh-135906: Test the internal C API in test_cext (#136247)Victor Stinner2025-07-111-6/+27
* gh-129666: Add C11/C++11 to docs and -pedantic-errors to GCC/clang test_c[pp]...Petr Viktorin2025-03-041-0/+3
* gh-129666: Revert "gh-129666: Add C11/C++11 to docs and `-pedantic-errors` to...Petr Viktorin2025-02-281-3/+0
* gh-129666: Add C11/C++11 to docs and `-pedantic-errors` to GCC/clang test_c[p...Petr Viktorin2025-02-281-0/+3
* test_cext, test_cppext: enable /W4 warnings on Windows (#124253)Victor Stinner2024-09-191-0/+2
* Check for compiler warnings in test_cext on Windows (#121088)Victor Stinner2024-06-281-2/+6
* gh-120593: Check -Wcast-qual flag in test_cext (#121081)Victor Stinner2024-06-271-0/+3
* 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-191-1/+1
* 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-191-5/+30
* gh-116869: Test the limited C API in test_cext (#116995)Victor Stinner2024-03-191-14/+33
* gh-116869: Build test_cext with -Werror=declaration-after-statement (#116990)Victor Stinner2024-03-191-0/+4
* gh-116869: Add test_cext test: build a C extension (#116954)Victor Stinner2024-03-181-0/+47