]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584: Remove custom float decref ops (GH-142576)
authorKen Jin <kenjin@python.org>
Mon, 15 Dec 2025 19:38:58 +0000 (03:38 +0800)
committerGitHub <noreply@github.com>
Mon, 15 Dec 2025 19:38:58 +0000 (19:38 +0000)
commit0ac4e6c6cde309b0ca4c4539f48a3773ff426591
treeeb00ee96170f9cc8fb5782f1aeb9ad91578b5cb3
parentb3b644b6b8322dc53c956d1785a56efce43fcd76
gh-134584: Remove custom float decref ops (GH-142576)
15 files changed:
Include/internal/pycore_ceval.h
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_capi/test_opt.py
Objects/floatobject.c
Python/bytecodes.c
Python/ceval_macros.h
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_analysis.c
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Tools/cases_generator/analyzer.py
Tools/cases_generator/tier2_generator.py