]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142908: Don't use `DK_IS_UNICODE` in interpreter (gh-142909)
authorSam Gross <colesbury@gmail.com>
Thu, 8 Jan 2026 14:32:20 +0000 (09:32 -0500)
committerGitHub <noreply@github.com>
Thu, 8 Jan 2026 14:32:20 +0000 (09:32 -0500)
commit8cf5c4d89a526e5370f1d094885021b4792d4fff
tree68972db89306e2092f601eeac7cbdad97c61d409
parent49c3b0a67a77bb42e736cea7dcbc1aa8fa704074
gh-142908: Don't use `DK_IS_UNICODE` in interpreter (gh-142909)

`DK_IS_UNICODE()` includes split keys and we don't want to specialize on
those accesses..
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/specialize.c