commit | 0d76d2bd28ac815dabae8b07240ed002ac8fce2d | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Feb 07 01:53:23 2020 +0100 |
committer | GitHub <noreply@github.com> | Fri Feb 07 01:53:23 2020 +0100 |
tree | a0ec2ab217d17ff49584b1589d7d67dfee5665c0 | |
parent | f95cd199b4bc16775c8c48641bd85416b17742e7 [diff] |
bpo-39573: Use Py_TYPE() in abstract.c (GH-18390) Replace direct access to PyObject.ob_type with Py_TYPE().