]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove dead code in _PyDict_GetItemHint and rename to _PyDict_LookupIndex (GH-95948)
authorMatthias Görgens <matthias.goergens@gmail.com>
Thu, 18 Aug 2022 09:19:21 +0000 (17:19 +0800)
committerGitHub <noreply@github.com>
Thu, 18 Aug 2022 09:19:21 +0000 (10:19 +0100)
commit4a6fa894650cfd08da172b798a745961d4d0f398
tree747e34df3c4188ed2bb72d33e4b4a9587c3382b5
parent586fc02be5b3e103bfddd49654034a898a8d6dfc
Remove dead code in _PyDict_GetItemHint and rename to _PyDict_LookupIndex (GH-95948)
Include/internal/pycore_dict.h
Objects/dictobject.c
Python/specialize.c