commit | c65b320a95784d2b2133926921d67ac439259e9f | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Feb 07 11:18:33 2020 +0100 |
committer | GitHub <noreply@github.com> | Fri Feb 07 11:18:33 2020 +0100 |
tree | 9d48fe11d9de8dc3397a992d333b74873ba71128 | |
parent | bec4186c67345f1e6cd3f8a531bc228f14d7ed7b [diff] |
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.