mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
587388ff22
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.