]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130327: Always traverse managed dictionaries, even when inline values are availabl...
authorPeter Bierma <zintensitydev@gmail.com>
Mon, 2 Mar 2026 19:32:06 +0000 (14:32 -0500)
committerGitHub <noreply@github.com>
Mon, 2 Mar 2026 19:32:06 +0000 (14:32 -0500)
commit592e8f0865cfd5af65fbcdbd185c3dd576c838e7
tree4b1e6762922d07b375c90c6c6957767fb9015b52
parenteb611a8515d8d7af714b57a5f955a98011000d68
gh-130327: Always traverse managed dictionaries, even when inline values are available (#130469)
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