summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cppext/extension.cpp
Commit message (Expand)AuthorAgeFilesLines
* gh-142447: Fix cast warning in pycore_backoff.h (#142465)Victor Stinner2025-12-091-0/+1
* gh-135906: Test the internal C API in test_cext (#136247)Victor Stinner2025-07-111-0/+9
* gh-129666: Add C11/C++11 to docs and -pedantic-errors to GCC/clang test_c[pp]...Petr Viktorin2025-03-041-0/+22
* gh-129666: Revert "gh-129666: Add C11/C++11 to docs and `-pedantic-errors` to...Petr Viktorin2025-02-281-22/+0
* gh-129666: Add C11/C++11 to docs and `-pedantic-errors` to GCC/clang test_c[p...Petr Viktorin2025-02-281-0/+22
* gh-127906: Test the limited C API in test_cppext (#127916)Victor Stinner2024-12-131-0/+9
* gh-118124: Use static_assert() in Py_BUILD_ASSERT() on C11 (#118398)Victor Stinner2024-04-301-0/+4
* gh-92906: Enable test_cext and test_cppext on Windows (#117000)Victor Stinner2024-03-191-7/+5
* gh-108303: Add Lib/test/test_cppext/ sub-directory (#108325)Victor Stinner2023-08-221-0/+260