diff options
author | Victor Stinner <vstinner@python.org> | 2024-06-28 14:41:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-28 14:41:37 +0200 |
commit | 43709d5d5424725ec061de2c12c3761affde69ef (patch) | |
tree | d37b95065bd4fc00e8b55dfaacbf3d3d18181588 /Lib/argparse.py | |
parent | ef3c400434eab53e358ebfa5da0411fab722cafb (diff) | |
download | cpython-43709d5d5424725ec061de2c12c3761affde69ef.tar.gz cpython-43709d5d5424725ec061de2c12c3761affde69ef.zip |
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.
Diffstat (limited to 'Lib/argparse.py')
0 files changed, 0 insertions, 0 deletions