]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39573: Use the Py_TYPE() macro (GH-21433)
authorVictor Stinner <vstinner@python.org>
Fri, 10 Jul 2020 10:40:38 +0000 (12:40 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Jul 2020 10:40:38 +0000 (12:40 +0200)
commit8182cc2e68a3c6ea5d5342fed3f1c76b0521fbc1
tree697757da0c635614b16aafc81c3ea1172a634a53
parentd878349bac6c154fbfeffe7d4b38e2ddb833f135
bpo-39573: Use the Py_TYPE() macro (GH-21433)

Replace obj->ob_type with Py_TYPE(obj).
Modules/_elementtree.c
Objects/abstract.c
Objects/genericaliasobject.c
Objects/unicodeobject.c
PC/_msi.c
PC/winreg.c
Tools/scripts/combinerefs.py