]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145056: Fix merging of collections.OrderedDict and frozendict (GH-146466)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 30 Mar 2026 19:06:44 +0000 (22:06 +0300)
committerGitHub <noreply@github.com>
Mon, 30 Mar 2026 19:06:44 +0000 (22:06 +0300)
commit727890410b71de200f2ab918827bb97e7a3c5a2b
treea358962150a70de9ca6268ec27084ae4d7099a98
parenta25e09721af7b9ea55a1a3baf5282bdf7670888e
gh-145056: Fix merging of collections.OrderedDict and frozendict (GH-146466)
Lib/collections/__init__.py
Lib/test/test_ordered_dict.py
Misc/NEWS.d/next/Library/2026-03-26-14-51-55.gh-issue-145056.QS-6l1.rst [new file with mode: 0644]
Objects/odictobject.c