]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111789: Use PyDict_GetItemRef() in _ctypes (GH-111828)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 14 Nov 2023 09:28:34 +0000 (11:28 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Nov 2023 09:28:34 +0000 (11:28 +0200)
commitc98600bed47b0be4d9d601c78252154118e7366f
treeacda3630dcc53a1c21057eb707fbae2204bb8597
parent18203a6bc9ccf3a9ba901574dfc772474b027e2a
gh-111789: Use PyDict_GetItemRef() in _ctypes (GH-111828)
Modules/_ctypes/_ctypes.c
Modules/_ctypes/callproc.c