mirror of
https://github.com/python/cpython.git
synced 2026-05-12 07:30:13 -04:00
ff3e9cdf33
Use _Py_CAST(), _Py_STATIC_CAST() and _PyASCIIObject_CAST() in static inline functions to fix C++ compiler warnings: "use of old-style cast" (clang -Wold-style-cast). test_cppext now builds the C++ test extension with -Wold-style-cast.