]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-135906: Test more internal headers in test_cext/test_cppext (#144758)
authorVictor Stinner <vstinner@python.org>
Fri, 13 Feb 2026 07:30:22 +0000 (08:30 +0100)
committerGitHub <noreply@github.com>
Fri, 13 Feb 2026 07:30:22 +0000 (08:30 +0100)
commitc11e70a7123fc9024141b6c15538633ef176f4f9
treec4c88984bb5f56a2c1fde57ca1a93d5da5b6ead0
parentfdbdd9fb5cff620737baa6f913bfcbb865bf56c7
[3.14] gh-135906: Test more internal headers in test_cext/test_cppext (#144758)

* gh-141563: Enable test_cppext internal C API tests on macOS (#144711)

Build the C API in C++11 mode on macOS.

(cherry picked from commit c6e418d1744aed95a6f25d22565204649dde29c7)

* gh-135906: Test more internal headers in test_cext/test_cppext (#144751)

(cherry picked from commit b488f338cf058f46cbf0255023ca1c1669b0eb44)
Lib/test/test_cext/extension.c
Lib/test/test_cppext/__init__.py
Lib/test/test_cppext/extension.cpp
Lib/test/test_cppext/setup.py