]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-130327: Always traverse managed dictionaries, even when inline values are...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Mar 2026 19:57:10 +0000 (20:57 +0100)
committerGitHub <noreply@github.com>
Mon, 2 Mar 2026 19:57:10 +0000 (19:57 +0000)
commit26a0dbad63c4813d6f1fb2ecc07935f7921fd714
treed3fbac689410e48cc461f3db24b0e89f06210124
parent7f9fcba66dddbe85ea22c9b8f7bad63c197bb529
[3.14] gh-130327: Always traverse managed dictionaries, even when inline values are available (GH-130469) (#145438)

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