]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-130327: Always traverse managed dictionaries, even when inline values are...
authorSam Gross <colesbury@gmail.com>
Mon, 2 Mar 2026 20:03:08 +0000 (15:03 -0500)
committerGitHub <noreply@github.com>
Mon, 2 Mar 2026 20:03:08 +0000 (20:03 +0000)
commit702d08578394a387ad5099befe79acf6615cb27e
tree92fe15ed47b70982b311930ea1e57359e6f23b1d
parentd567f451e157e241533ec4109fadd29301576060
[3.13] gh-130327: Always traverse managed dictionaries, even when inline values are available (GH-130469) (#145440)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Lib/test/test_dict.py
Misc/NEWS.d/next/Core_and_Builtins/2025-02-19-21-06-30.gh-issue-130327.z3TaR8.rst [new file with mode: 0644]
Objects/dictobject.c