]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141510: Optimize {frozen}dict.fromkeys for frozendict (gh-144915)
authorDonghee Na <donghee.na@python.org>
Tue, 17 Feb 2026 21:46:20 +0000 (06:46 +0900)
committerGitHub <noreply@github.com>
Tue, 17 Feb 2026 21:46:20 +0000 (21:46 +0000)
commitd1b541b047e15bb6bddea50a64d71ddb01935e33
tree77b3f319d5c86e38a06e7885ee2deb0c1dfa2ddd
parentfa73fd473f00dd231f59e44798a3d00a46322658
gh-141510: Optimize {frozen}dict.fromkeys for frozendict (gh-144915)
Misc/NEWS.d/next/Core_and_Builtins/2026-02-17-22-27-11.gh-issue-141510.-4yYsf.rst [new file with mode: 0644]
Objects/dictobject.c