]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141510: Add frozendict fast-path to the set type (#144912)
authorVictor Stinner <vstinner@python.org>
Wed, 18 Feb 2026 14:25:47 +0000 (15:25 +0100)
committerGitHub <noreply@github.com>
Wed, 18 Feb 2026 14:25:47 +0000 (15:25 +0100)
commitf705486745e5907190f1ace76fd08f492be09e68
treed5ca8d76cfcf2dbcfbdd84c3f01cadb5e2e737b9
parentc6a142f9472f2d3e2c360b72a19450f9dd087657
gh-141510: Add frozendict fast-path to the set type (#144912)
Lib/test/test_set.py
Objects/setobject.c