]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39573: Use Py_TYPE() macro in object.c (GH-18398)
authorVictor Stinner <vstinner@python.org>
Fri, 7 Feb 2020 10:18:33 +0000 (11:18 +0100)
committerGitHub <noreply@github.com>
Fri, 7 Feb 2020 10:18:33 +0000 (11:18 +0100)
commitc65b320a95784d2b2133926921d67ac439259e9f
tree9d48fe11d9de8dc3397a992d333b74873ba71128
parentbec4186c67345f1e6cd3f8a531bc228f14d7ed7b
bpo-39573: Use Py_TYPE() macro in object.c (GH-18398)

Replace direct acccess to PyVarObject.ob_size with usage of the
Py_SIZE() macro.
Objects/object.c