cpython/Lib/test/test_cext
Victor Stinner b7a95dfee3
gh-120593: Check -Wcast-qual flag in test_cext (#121081)
Check the usage of the 'const' qualifier in the Python C API in
test_cext.
2024-06-27 10:22:48 +00:00
..
__init__.py gh-117478: Add @support.requires_gil_enabled decorator (#117479) 2024-04-04 14:10:46 -04:00
extension.c gh-118124: Use static_assert() in Py_BUILD_ASSERT() on C11 (#118398) 2024-04-30 22:29:48 +02:00
setup.py gh-120593: Check -Wcast-qual flag in test_cext (#121081) 2024-06-27 10:22:48 +00:00