]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-134282: Always borrow references LOAD_CONST (GH-134284)
authorMark Shannon <mark@hotpy.org>
Tue, 20 May 2025 15:24:11 +0000 (11:24 -0400)
committerGitHub <noreply@github.com>
Tue, 20 May 2025 15:24:11 +0000 (11:24 -0400)
commit6dcb0fdfe0a2de083f0f1f9a568dd0a19541b863
treeef07e1cacb0ca36bedaf31f7bcc5faef67742711
parentf695eca60cfc53cf3322323082652037d6d0cfef
GH-134282: Always borrow references LOAD_CONST (GH-134284)
17 files changed:
Include/internal/pycore_magic_number.h
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_stackref.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Include/opcode_ids.h
Lib/_opcode_metadata.py
Lib/test/test_capi/test_object.py
Lib/test/test_dis.py
Lib/test/test_opcache.py
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/opcode_targets.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Tools/cases_generator/analyzer.py