]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139757: Fix unintended bytecode specialization for non-ascii string (gh-143352)
authorDonghee Na <donghee.na@python.org>
Fri, 2 Jan 2026 14:05:08 +0000 (23:05 +0900)
committerGitHub <noreply@github.com>
Fri, 2 Jan 2026 14:05:08 +0000 (14:05 +0000)
commit61f2ad9a3a78597bb1983c3392a758ed02709574
tree86f7a3198136004396c31e3a1e7be2914a92e32f
parent8a2deea1fc725f8147254f87c6042fcf75a1d03b
gh-139757: Fix unintended bytecode specialization for non-ascii string (gh-143352)
Lib/test/test_opcache.py
Misc/NEWS.d/next/Core_and_Builtins/2026-01-02-22-35-12.gh-issue-139757.v5LRew.rst [new file with mode: 0644]
Python/specialize.c