]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141510: Optimize PyDict_Copy() for frozendict (#145509)
authorVictor Stinner <vstinner@python.org>
Wed, 4 Mar 2026 19:49:20 +0000 (20:49 +0100)
committerGitHub <noreply@github.com>
Wed, 4 Mar 2026 19:49:20 +0000 (20:49 +0100)
commit0a51113a4901502e1e14c892e4c31768a14faa60
tree3a9ff623408706c9f3b48496018ffdc5f4124a48
parent95f56b120623f17990be81379661de270e95e3c5
gh-141510: Optimize PyDict_Copy() for frozendict (#145509)

Implement fast-path for frozendict in PyDict_Copy().
Objects/dictobject.c