]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Correctly compare the hint against the keys in _PyDict_GetItemHint (GH-22960)
authorPablo Galindo <Pablogsal@gmail.com>
Sun, 25 Oct 2020 06:08:17 +0000 (06:08 +0000)
committerGitHub <noreply@github.com>
Sun, 25 Oct 2020 06:08:17 +0000 (06:08 +0000)
commit492d513ccbebeec40a8ba85cbd894a027ca5b2b3
treec701fc6d9d0419feecf4b9d48b238dbf50f60d23
parent4a9c6379380defd37b5483607d0d804db18f7812
Correctly compare the hint against the keys in _PyDict_GetItemHint (GH-22960)
Objects/dictobject.c