]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46417: Use _PyType_CAST() in Python directory (GH-30769)
authorVictor Stinner <vstinner@python.org>
Fri, 21 Jan 2022 22:30:17 +0000 (23:30 +0100)
committerGitHub <noreply@github.com>
Fri, 21 Jan 2022 22:30:17 +0000 (23:30 +0100)
commit7835cbf949c413a746324721a352cc72670a8a36
tree73b9f3e21924552bb745c2062ae59981c266c7d8
parent8ee07dda139f3fa1d7c58a29532a98efc790568d
bpo-46417: Use _PyType_CAST() in Python directory (GH-30769)
Python/bltinmodule.c
Python/specialize.c