]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-83754: Use the Py_TYPE() macro (#120599)
authorVictor Stinner <vstinner@python.org>
Mon, 17 Jun 2024 08:34:29 +0000 (10:34 +0200)
committerGitHub <noreply@github.com>
Mon, 17 Jun 2024 08:34:29 +0000 (10:34 +0200)
commitc2d5df5787b1f7fbd2583811c66c34a417593cad
tree37f5db44a7629824d9cfed62fbbe3fd7cf865f2b
parent3df2022931f77c5cadb3f51b371be6ae17587ede
gh-83754: Use the Py_TYPE() macro (#120599)

Don't access directly PyObject.ob_type, but use the Py_TYPE() macro
instead.
Include/cpython/longintrepr.h
Include/object.h
Modules/_datetimemodule.c
Objects/dictobject.c
Python/gc.c
Python/specialize.c