]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141510: Fix frozendict.items() ^ frozendict.items() (#145535)
authorVictor Stinner <vstinner@python.org>
Thu, 5 Mar 2026 13:14:04 +0000 (14:14 +0100)
committerGitHub <noreply@github.com>
Thu, 5 Mar 2026 13:14:04 +0000 (14:14 +0100)
commit2cd0ddfe04afbe38bfbe73de1050ea5d1185f4b6
treefa77f5ae27291158516cc906a9c4a56f3c6af081
parent11840ca99ae809c1c8401b4f34d2820de55e27a0
gh-141510: Fix frozendict.items() ^ frozendict.items() (#145535)

Add non-regression tests.
Lib/test/test_dict.py
Objects/dictobject.c