]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-152492 Allow `OrderedDict.update` to work with `frozendict` (GH-152494...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 29 Jun 2026 20:20:08 +0000 (22:20 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2026 20:20:08 +0000 (20:20 +0000)
commit0b273d8480ed7606f2928db33833c44673a4ad1c
tree23af5688f00e1b47a38cc1c65d53a2beda0a7b1f
parent93c71c7a980007f7e4f645832311ad20e9943503
[3.15] gh-152492 Allow `OrderedDict.update` to work with `frozendict` (GH-152494) (#152630)

gh-152492 Allow `OrderedDict.update` to work with `frozendict` (GH-152494)
(cherry picked from commit 0a29d8408cfdd9a66f2b65745a3ae1cda022775c)

Co-authored-by: da-woods <dw-git@d-woods.co.uk>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: sobolevn <mail@sobolevn.me>
Lib/test/test_ordered_dict.py
Misc/NEWS.d/next/Core_and_Builtins/2026-06-28-14-31-03.gh-issue-152492._09Zee.rst [new file with mode: 0644]
Objects/odictobject.c