]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-144490: Test the internal C API in test_cext (#144678)
authorVictor Stinner <vstinner@python.org>
Tue, 10 Feb 2026 20:04:13 +0000 (21:04 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Feb 2026 20:04:13 +0000 (20:04 +0000)
commit815f21bda9566c54f15e8faac40291cda08a839d
tree40923fbbf6c7eac4331bf70c0ee2bdc6ee5a576b
parent306049ba3c6da16bdc30714bba675a6c016f8b1e
[3.14] gh-144490: Test the internal C API in test_cext (#144678)

Backport changes from the main branch.

Test also datetime.h in test_cppext.
Lib/test/test_cext/__init__.py
Lib/test/test_cext/extension.c
Lib/test/test_cext/setup.py
Lib/test/test_cppext/extension.cpp
Lib/test/test_cppext/setup.py