]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145056: Add support for merging collections.UserDict and frozendict (GH-146465)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 30 Mar 2026 19:07:28 +0000 (22:07 +0300)
committerGitHub <noreply@github.com>
Mon, 30 Mar 2026 19:07:28 +0000 (22:07 +0300)
commitec2bc12e54920d6fbd664ffc5af41dfb45a0a7f7
treebd3abeb0c548dec989f153d5073ed55816f661d3
parent727890410b71de200f2ab918827bb97e7a3c5a2b
gh-145056: Add support for merging collections.UserDict and frozendict (GH-146465)
Lib/collections/__init__.py
Lib/test/test_userdict.py
Misc/NEWS.d/next/Library/2026-03-26-14-44-07.gh-issue-145056.L9KPC3.rst [new file with mode: 0644]