]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111789: Simplify ceval.c by using PyDict_GetItemRef() (GH-111980)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 14 Nov 2023 09:29:49 +0000 (11:29 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Nov 2023 09:29:49 +0000 (11:29 +0200)
commit16055c160412544e2a49794aaf3aa70c584f843a
tree1a279f39d718457cff8a742e12c01fe75cb09b02
parent95365625f4aa8615c94fbfa10f6a0264ca3054db
gh-111789: Simplify ceval.c by using PyDict_GetItemRef() (GH-111980)
Python/ceval.c