]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-152492 Allow `OrderedDict.update` to work with `frozendict` (#152494)
authorda-woods <dw-git@d-woods.co.uk>
Mon, 29 Jun 2026 19:54:22 +0000 (20:54 +0100)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2026 19:54:22 +0000 (22:54 +0300)
commit0a29d8408cfdd9a66f2b65745a3ae1cda022775c
treee4b03f6d0185d9852666282faa8fce7c20252f52
parent9dd3340a623093b5d0ff054d5d42c370bb09221c
gh-152492 Allow `OrderedDict.update` to work with `frozendict` (#152494)

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