commit | 8767ce92d24d3687405848442e6c67cf0af1c657 | [log] [tgz] |
---|---|---|
author | Andy Lester <andy@petdance.com> | Fri Mar 06 02:03:58 2020 -0600 |
committer | GitHub <noreply@github.com> | Fri Mar 06 09:03:58 2020 +0100 |
tree | fe11e8ffa447ba7ac65d31cf48109422f5c45794 | |
parent | 8bae21962bab2fac7630982abd73676b89930902 [diff] |
bpo-39573: Make Py_IS_TYPE() take constant parameters (GH-18799) Add _PyObject_CAST_CONST() macro: cast a pointer to (const PyObject *).