cpython/Misc/NEWS.d/next/C API/2022-06-04-13-15-41.gh-issu...

4 lines
159 B
ReStructuredText

Add C++ overloads for _Py_CAST_impl() to handle 0/NULL. This will allow C++
extensions that pass 0 or NULL to macros using _Py_CAST() to continue to
compile.