]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111789: Use PyDict_GetItemRef() in Objects/ (GH-111827)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 14 Nov 2023 09:25:39 +0000 (11:25 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Nov 2023 09:25:39 +0000 (11:25 +0200)
commit18203a6bc9ccf3a9ba901574dfc772474b027e2a
tree7c74d43b8155489ccc8990538890b45ef5e5f9fd
parente31d65e0b7bb6d6fee4e8df54e10976b4cfab1de
gh-111789: Use PyDict_GetItemRef() in Objects/ (GH-111827)
Objects/abstract.c
Objects/funcobject.c
Objects/moduleobject.c
Objects/object.c
Objects/typeobject.c