Tin mới
gh-121617: Fix Py_CLEAR() in C++: replace NULL with _Py_NULL (#157067)
gh-145010: Fix Python.h compilation with -masm=intel (#145011)
gh-135906: Test more internal headers in test_cext/test_cppext (#144751)
gh-141563: Enable test_cppext internal C API tests on macOS (#144711)
gh-141563: Fix test_cppext on macOS (#144685)
gh-141563: Don't test datetime.h with the limited C API (#144673)
gh-141563: Add missing cast to _PyDateTime_IMPORT() (#144667)
gh-144490: Fix mimalloc debug build for C++ (#144620)
gh-144490: Fix test_cppext on Windows (#144628)
gh-144490: Fix test_cppext: test the internal C API (#144536)
gh-142447: Fix cast warning in pycore_backoff.h (#142465)
gh-135906: Test the internal C API in test_cext (#136247)
gh-127906: Add missing sys import to test_cppext (#132902)
gh-132415: Update vendored setuptools in ``Lib/test/wheeldata`` (#132887)
gh-129666: Add C11/C++11 to docs and -pedantic-errors to GCC/clang test_c[pp]ext tests (GH-130692)
gh-129666: Add C11/C++11 to docs and `-pedantic-errors` to GCC/clang test_c[pp]ext tests (GH-130686)
gh-127906: Test the limited C API in test_cppext (#127916)
test_cext, test_cppext: enable /W4 warnings on Windows (#124253)
Check for compiler warnings in test_cext on Windows (#121088)
gh-118124: Use static_assert() in Py_BUILD_ASSERT() on C11 (#118398)
gh-116869: Fix test_cext on RHEL7 (#117010)
gh-92906: Enable test_cext and test_cppext on Windows (#117000)
gh-116869: Enable test_cext and test_cppext on Free Threading build (#116973)
gh-112535: Add test on _Py_ThreadId() (#112709)
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Add support.MS_WINDOWS constant (#110446)
gh-110119: Temporarily skip test_cppext on --disable-gil builds. (#110123)
gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421)
gh-105776: Fix test_cppext when CC contains -std=c11 option (#108343)
gh-108303: Add Lib/test/test_cppext/ sub-directory (#108325)