cpython/Lib/test/test_cppext
Victor Stinner b20722c300
gh-142447: Fix cast warning in pycore_backoff.h (#142465)
MAKE_VALUE_AND_BACKOFF() macro casts its result to uint16_t.

Add pycore_backoff.h header to test_cppext tests.
2025-12-09 17:03:13 +01:00
..
__init__.py gh-135906: Test the internal C API in test_cext (#136247) 2025-07-11 16:48:43 +02:00
extension.cpp gh-142447: Fix cast warning in pycore_backoff.h (#142465) 2025-12-09 17:03:13 +01:00
setup.py gh-135906: Test the internal C API in test_cext (#136247) 2025-07-11 16:48:43 +02:00