Skip to content

gh-142908: Don't use DK_IS_UNICODE in interpreter#142909

Merged
colesbury merged 1 commit intopython:mainfrom
colesbury:gh-142908-dict-keys-unicode
Jan 8, 2026
Merged

gh-142908: Don't use DK_IS_UNICODE in interpreter#142909
colesbury merged 1 commit intopython:mainfrom
colesbury:gh-142908-dict-keys-unicode

Conversation

@colesbury
Copy link
Contributor

@colesbury colesbury commented Dec 17, 2025

DK_IS_UNICODE() includes split keys and we don't want to specialize on those accesses..

`DK_IS_UNICODE()` includes split keys and we don't want to specialize on
those accesses..
@colesbury colesbury merged commit 8cf5c4d into python:main Jan 8, 2026
76 checks passed
@colesbury colesbury deleted the gh-142908-dict-keys-unicode branch January 8, 2026 14:32
reidenong pushed a commit to reidenong/cpython that referenced this pull request Jan 12, 2026
…42909)

`DK_IS_UNICODE()` includes split keys and we don't want to specialize on
those accesses..
thunder-coding pushed a commit to thunder-coding/cpython that referenced this pull request Feb 15, 2026
…42909)

`DK_IS_UNICODE()` includes split keys and we don't want to specialize on
those accesses..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants