cpython/Lib/test/test_cppext
Victor Stinner 245ba3d6cb
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.
2026-02-09 17:17:00 +01:00
..
__init__.py gh-144490: Fix test_cppext: test the internal C API (#144536) 2026-02-06 16:42:42 +01:00
extension.cpp gh-144490: Fix test_cppext on Windows (#144628) 2026-02-09 17:17:00 +01:00
setup.py gh-135906: Test the internal C API in test_cext (#136247) 2025-07-11 16:48:43 +02:00