SIGN IN SIGN UP

gh-91320: Fix more old-style cast warnings in C++ (#92247)

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.
V
Victor Stinner committed
ff3e9cdf334737aeedbbec2e5a219084d27db9cd
Parent: b270b82
Committed by GitHub <noreply@github.com> on 5/3/2022, 6:47:29 PM