]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-121266: Change dict check_lookup() return type to int (GH-121581) (#121949)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 20 Jul 2024 18:57:27 +0000 (20:57 +0200)
committerGitHub <noreply@github.com>
Sat, 20 Jul 2024 18:57:27 +0000 (18:57 +0000)
commit2fff3c44b3d00dc20dc60dd7fc6714403fe7eaa8
treefa6d5e72248f3d3ba682a9b723c8c37eb2d6be0f
parentbd5121b1c054c594e0686be08258ab56576c7aae
[3.13] gh-121266: Change dict check_lookup() return type to int (GH-121581) (#121949)

gh-121266: Change dict check_lookup() return type to int (GH-121581)
(cherry picked from commit 51da3dfbf3782ad678624e720ec3fc8dfff27d16)

Co-authored-by: Victor Stinner <vstinner@python.org>
Objects/dictobject.c