]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141510: Fix frozendict.fromkeys() for subclasses (#144952)
authorVictor Stinner <vstinner@python.org>
Wed, 18 Feb 2026 15:56:09 +0000 (16:56 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Feb 2026 15:56:09 +0000 (15:56 +0000)
commitc582ff3c2508a8b1164ed861e4f304ba6a782546
tree2c81176ea66181cf0c133e1ab7f29df3ac714a5b
parent1ddb41268997938d5f416e1ac98ae39cc3e81535
gh-141510: Fix frozendict.fromkeys() for subclasses (#144952)

Copy the frozendict if needed.
Lib/test/test_dict.py
Objects/dictobject.c