cpython/Lib/test/test_cppext
Victor Stinner 587388ff22
gh-118124: Use static_assert() in Py_BUILD_ASSERT() on C11 (#118398)
Use static_assert() in Py_BUILD_ASSERT() and Py_BUILD_ASSERT_EXPR()
on C11 and newer and C++11 and newer.

Add tests to test_cext and test_cppext.
2024-04-30 22:29:48 +02:00
..
__init__.py gh-116869: Fix test_cext on RHEL7 (#117010) 2024-03-19 22:58:13 +01: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 gh-116869: Fix test_cext on RHEL7 (#117010) 2024-03-19 22:58:13 +01:00