]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142961: Fix constant folding len(tuple) in JIT (GH-142963)
authorKen Jin <kenjin@python.org>
Fri, 19 Dec 2025 17:43:36 +0000 (01:43 +0800)
committerGitHub <noreply@github.com>
Fri, 19 Dec 2025 17:43:36 +0000 (17:43 +0000)
commit786f464c740a2f2bf60871feaf73df87b315877b
tree477d1fdd90c4cdcce9d2ff585f8be7305d6f896a
parent049c2526bffddf94495b7c0d2d788ac9faf4078a
gh-142961: Fix constant folding len(tuple) in JIT (GH-142963)
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_capi/test_opt.py
Misc/NEWS.d/next/Core_and_Builtins/2025-12-19-00-59-29.gh-issue-142961.q8WRSq.rst [new file with mode: 0644]
Python/bytecodes.c
Python/executor_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h