]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154709: Fix out-of-bounds access in dict reverse iterator (GH-154721)
authorBhuvansh <bhuvanshkataria@gmail.com>
Wed, 29 Jul 2026 17:26:45 +0000 (22:56 +0530)
committerGitHub <noreply@github.com>
Wed, 29 Jul 2026 17:26:45 +0000 (20:26 +0300)
commit3fd36fadbe8ad31213b90757d196870213bf07ba
tree9474b26a4d7a635fb7a2325a8b0c59da3c18a621
parenta528a24f9d739126d790d4430050eed85ba60946
gh-154709: Fix out-of-bounds access in dict reverse iterator (GH-154721)
Lib/test/test_dict.py
Misc/NEWS.d/next/Core_and_Builtins/2026-07-26-09-07-41.gh-issue-154709.M2uZ76.rst [new file with mode: 0644]
Objects/dictobject.c