]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111789: Simplify import.c by using PyDict_GetItemRef() (GH-111979)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 14 Nov 2023 09:29:20 +0000 (11:29 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Nov 2023 09:29:20 +0000 (11:29 +0200)
commit95365625f4aa8615c94fbfa10f6a0264ca3054db
treeaba27d990ba46b18f5c90ff80eba73ec48257726
parentc98600bed47b0be4d9d601c78252154118e7366f
gh-111789: Simplify import.c by using PyDict_GetItemRef() (GH-111979)
Python/import.c