bpo-39573: Use the Py_TYPE() macro by vstinner · Pull Request #21433 · python/cpython

@vstinner

Replace obj->ob_type with Py_TYPE(obj).

shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request

Aug 20, 2020
Replace obj->ob_type with Py_TYPE(obj).

xzy3 pushed a commit to xzy3/cpython that referenced this pull request

Oct 18, 2020
Replace obj->ob_type with Py_TYPE(obj).