cpython/Lib/test/test_cppext
Victor Stinner 43709d5d54
Check for compiler warnings in test_cext on Windows (#121088)
On Windows, test_cext and test_cppext now pass /WX flag to the MSC
compiler to treat all compiler warnings as errors. In verbose mode,
these tests now log the compiler commands to help debugging.

Change Py_BUILD_ASSERT_EXPR implementation on Windows to avoid a
compiler warning about an unnamed structure.
2024-06-28 14:41:37 +02:00
..
__init__.py Check for compiler warnings in test_cext on Windows (#121088) 2024-06-28 14:41:37 +02:00
extension.cpp gh-118124: Use static_assert() in Py_BUILD_ASSERT() on C11 (#118398) 2024-04-30 22:29:48 +02:00
setup.py Check for compiler warnings in test_cext on Windows (#121088) 2024-06-28 14:41:37 +02:00