bpo-39573: Make Py_IS_TYPE take const args. Add _PyObject_CAST_CONST. by petdance · Pull Request #18799 · python/cpython

Conversation

@petdance

vstinner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I checked for compiler warnings on Windows, macOS and Linux (clang and GCC). I didn't notice any new warning.

This was referenced

Mar 6, 2020

Labels