]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39573: Use Py_TYPE() in abstract.c (GH-18390)
authorVictor Stinner <vstinner@python.org>
Fri, 7 Feb 2020 00:53:23 +0000 (01:53 +0100)
committerGitHub <noreply@github.com>
Fri, 7 Feb 2020 00:53:23 +0000 (01:53 +0100)
commit0d76d2bd28ac815dabae8b07240ed002ac8fce2d
treea0ec2ab217d17ff49584b1589d7d67dfee5665c0
parentf95cd199b4bc16775c8c48641bd85416b17742e7
bpo-39573: Use Py_TYPE() in abstract.c (GH-18390)

Replace direct access to PyObject.ob_type with Py_TYPE().
Objects/abstract.c