Skip to content

[3.15] gh-141510 Add frozendict fast paths to abstract.c (GH-150692)#151704

Merged
vstinner merged 1 commit into
python:3.15from
miss-islington:backport-a5568d0-3.15
Jun 19, 2026
Merged

[3.15] gh-141510 Add frozendict fast paths to abstract.c (GH-150692)#151704
vstinner merged 1 commit into
python:3.15from
miss-islington:backport-a5568d0-3.15

Conversation

@miss-islington

@miss-islington miss-islington commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Add frozendict to the fast paths of PyMapping_GetOptionalItem(),
PyMapping_Keys(), PyMapping_Values(), and PyMapping_Items().
(cherry picked from commit a5568d0)

Co-authored-by: da-woods dw-git@d-woods.co.uk
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>

)

Add frozendict to the fast paths of PyMapping_GetOptionalItem(),
PyMapping_Keys(), PyMapping_Values(), and PyMapping_Items().
(cherry picked from commit a5568d0eb70f8ffbfc7815b58e24170787615931)

Co-authored-by: da-woods <dw-git@d-woods.co.uk>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
@vstinner vstinner enabled auto-merge (squash) June 19, 2026 08:43
@vstinner vstinner merged commit 2c09c0e into python:3.15 Jun 19, 2026
55 checks passed
@miss-islington miss-islington deleted the backport-a5568d0-3.15 branch June 19, 2026 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants