]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111789: Use PyDict_GetItemRef() in Python/compile.c (GH-112083)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 23 Feb 2024 11:35:27 +0000 (13:35 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Feb 2024 11:35:27 +0000 (12:35 +0100)
commitacd6f41ecf9987c21c3d238d5496b17857c05482
tree7a2fe53d0fed7fe5b6c820648660490e321f7a78
parente74cd0f9101d06045464ac3173ab73e0b78d175e
gh-111789: Use PyDict_GetItemRef() in Python/compile.c (GH-112083)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Python/compile.c