]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145089: Fix frozendict constructor (#145128)
authorVictor Stinner <vstinner@python.org>
Mon, 23 Feb 2026 07:22:29 +0000 (08:22 +0100)
committerGitHub <noreply@github.com>
Mon, 23 Feb 2026 07:22:29 +0000 (08:22 +0100)
commit3dc8fdb3219293547890808ab52a2171867fd3af
treeb55ec3664630d4ac6b1dca39279c24fd954f6ca4
parentad4ee7cb0f75d9c6615eaefe69692fc8e3ec553b
gh-145089: Fix frozendict constructor (#145128)
Lib/test/test_dict.py
Objects/dictobject.c