]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46417: Use _PyType_CAST() in Objects directory (GH-30764)
authorVictor Stinner <vstinner@python.org>
Fri, 21 Jan 2022 22:33:43 +0000 (23:33 +0100)
committerGitHub <noreply@github.com>
Fri, 21 Jan 2022 22:33:43 +0000 (23:33 +0100)
commitac1f152421fab3ac854fe4565c575b306e2bb4b5
tree90014ae2e0e269f96472fdec37a9d88a4fed010b
parent7835cbf949c413a746324721a352cc72670a8a36
bpo-46417: Use _PyType_CAST() in Objects directory (GH-30764)
Objects/complexobject.c
Objects/dictobject.c
Objects/enumobject.c
Objects/exceptions.c
Objects/floatobject.c
Objects/listobject.c
Objects/setobject.c
Objects/structseq.c
Objects/tupleobject.c