]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144145: Revert PR#144122 for performance and potential bugs. (GH-144391)
authorHai Zhu <haiizhu@outlook.com>
Mon, 2 Feb 2026 14:09:54 +0000 (22:09 +0800)
committerGitHub <noreply@github.com>
Mon, 2 Feb 2026 14:09:54 +0000 (14:09 +0000)
commitebbb2ca81f8a33d8b9a5d94f1c4f99a32ee0f427
treead01034489a7a2b78c2a127db40892580efc3ed6
parentc3b61ef73da376620ca89b2db12e98bff1746d61
gh-144145: Revert PR#144122 for performance and potential bugs. (GH-144391)

Revert "gh-144145: Track nullness of properties in the Tier 2 JIT optimizer (GH-144122)"

This reverts commit 1dc12b2883c89045469f3c401157d4df13f535f0.
Include/internal/pycore_optimizer.h
Include/internal/pycore_optimizer_types.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Misc/NEWS.d/next/Core_and_Builtins/2026-01-30-09-47-29.gh-issue-144145.mxJyUj.rst [deleted file]
Python/bytecodes.c
Python/executor_cases.c.h
Python/optimizer_analysis.c
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/optimizer_symbols.c