]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141510: Change repr(frozendict) for empty dict (#144921)
authorVictor Stinner <vstinner@python.org>
Tue, 17 Feb 2026 18:04:17 +0000 (19:04 +0100)
committerGitHub <noreply@github.com>
Tue, 17 Feb 2026 18:04:17 +0000 (18:04 +0000)
commitd1505b543a26d3288725ca83e4a70dfa378eb866
tree660f05c5830dda1a44cf8412de2022b9fcc664ff
parent8e211b1ca93401d46009b556d648d12c679a132b
gh-141510: Change repr(frozendict) for empty dict (#144921)

repr(frozendict()) returns "frozendict()" instead of
"frozendict({})".
Lib/test/test_dict.py
Objects/dictobject.c