Commits
User selector
Commit History
Commits on Feb 12, 2026
Commits on Feb 11, 2026
gh-141563: Enable test_cppext internal C API tests on macOS (#144711)
Show description for c6e418dauthored
Commits on Feb 10, 2026
gh-141563: Fix test_cppext on macOS (#144685)
Show description for b67a64dauthoredgh-141563: Don't test datetime.h with the limited C API (#144673)
Show description for 23d45f0authoredgh-141563: Add missing cast to _PyDateTime_IMPORT() (#144667)
Show description for 3dadc22authored- authored
Commits on Feb 9, 2026
gh-144490: Fix test_cppext on Windows (#144628)
Show description for 245ba3dauthored
Commits on Feb 6, 2026
gh-144490: Fix test_cppext: test the internal C API (#144536)
Show description for 172135cauthored
Commits on Dec 9, 2025
gh-142447: Fix cast warning in pycore_backoff.h (#142465)
Show description for b20722cauthored
Commits on Jul 11, 2025
gh-135906: Test the internal C API in test_cext (#136247)
Show description for 2c9a801authored
Commits on Apr 25, 2025
Commits on Apr 24, 2025
Commits on Mar 4, 2025
gh-129666: Add C11/C++11 to docs and -pedantic-errors to GCC/clang test_c[pp]ext tests (GH-130692)
Show description for d91cc9dauthored
Commits on Feb 28, 2025
Commits on Dec 13, 2024
Commits on Sep 19, 2024
test_cext, test_cppext: enable /W4 warnings on Windows (#124253)
Show description for 7a2d77cauthored
Commits on Jun 28, 2024
Check for compiler warnings in test_cext on Windows (#121088)
Show description for 43709d5authored
Commits on Apr 30, 2024
gh-118124: Use static_assert() in Py_BUILD_ASSERT() on C11 (#118398)
Show description for 587388fauthored
Commits on Mar 19, 2024
gh-116869: Fix test_cext on RHEL7 (#117010)
Show description for 438de10authoredgh-92906: Enable test_cext and test_cppext on Windows (#117000)
Show description for a114d08authored
Commits on Mar 18, 2024
gh-116869: Enable test_cext and test_cppext on Free Threading build (#116973)
Show description for 1d82a41authored
Commits on Dec 4, 2023
gh-112535: Add test on _Py_ThreadId() (#112709)
Show description for c5fa8a5authored
Commits on Nov 20, 2023
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Show description for 3b3ec0dauthored
Commits on Oct 6, 2023
Commits on Sep 29, 2023
gh-110119: Temporarily skip test_cppext on --disable-gil builds. (#110123)
Show description for 2973970authored
Commits on Sep 2, 2023
gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421)
Show description for f3ba0a7authored
Commits on Aug 23, 2023
gh-105776: Fix test_cppext when CC contains -std=c11 option (#108343)
Show description for 9173b2bauthored
Commits on Aug 22, 2023
gh-108303: Add Lib/test/test_cppext/ sub-directory (#108325)
Show description for 21dda09authored
Loading