]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144490: Fix test_cppext on Windows (#144628)
authorVictor Stinner <vstinner@python.org>
Mon, 9 Feb 2026 16:17:00 +0000 (17:17 +0100)
committerGitHub <noreply@github.com>
Mon, 9 Feb 2026 16:17:00 +0000 (17:17 +0100)
commit245ba3d6cbef9fa0c0d55ab5e53f21a918e7b898
tree876484f25b3e850a964294c3f775cd61d7001431
parentfd6b639a49dd1143c6fd8729fc49f17b3114a965
gh-144490: Fix test_cppext on Windows (#144628)

Don't include pycore_backoff.h and pycore_cell.h on Windows, since
they emit C++ compiler warnings.
Lib/test/test_cppext/extension.cpp