]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141563: Enable test_cppext internal C API tests on macOS (#144711)
authorVictor Stinner <vstinner@python.org>
Wed, 11 Feb 2026 17:38:23 +0000 (18:38 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Feb 2026 17:38:23 +0000 (18:38 +0100)
commitc6e418d1744aed95a6f25d22565204649dde29c7
tree0d9abc5e169763b545d1dc47e5b7bbfe8746a346
parent3718f4be60ebb0725b35f597a9de3f7a93ba9f72
gh-141563: Enable test_cppext internal C API tests on macOS (#144711)

Build the C API in C++11 mode on macOS.
Lib/test/test_cppext/__init__.py
Lib/test/test_cppext/extension.cpp
Lib/test/test_cppext/setup.py