]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-125323: Convert DECREF_INPUTS_AND_REUSE_FLOAT into a function that takes PyStackRe...
authorMark Shannon <mark@hotpy.org>
Mon, 14 Oct 2024 13:18:57 +0000 (14:18 +0100)
committerGitHub <noreply@github.com>
Mon, 14 Oct 2024 13:18:57 +0000 (14:18 +0100)
commit06ca33020e1168459fc6c3e0df93664daf801339
treebc5dfd378637cc905d6e2de5bcbfd6afc3ee1317
parent67f6e08147bc005e460d82fcce85bf5d56009cf5
GH-125323: Convert DECREF_INPUTS_AND_REUSE_FLOAT into a function that takes PyStackRefs. (GH-125439)
Include/internal/pycore_ceval.h
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_stackref.h
Include/internal/pycore_uop_metadata.h
Objects/floatobject.c
Python/bytecodes.c
Python/ceval_macros.h
Python/executor_cases.c.h
Python/generated_cases.c.h
Tools/cases_generator/analyzer.py