]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 26 Oct 2023 13:43:10 +0000 (14:43 +0100)
committerGitHub <noreply@github.com>
Thu, 26 Oct 2023 13:43:10 +0000 (13:43 +0000)
commit67a91f78e4395148afcc33e5cd6f3f0a9623e63a
tree2d5bf1f7ead447934ce68aa42279708a7c32fa28
parent573eff3e2ec36b5ec77c3601592a652e524abe21
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
23 files changed:
Include/internal/pycore_frame.h
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_runtime.h
Include/internal/pycore_runtime_init.h
Misc/NEWS.d/next/Core and Builtins/2023-10-13-16-55-55.gh-issue-109094.ziL4cJ.rst [new file with mode: 0644]
Objects/frame_layout.md
Objects/frameobject.c
Objects/genobject.c
Python/abstract_interp_cases.c.h
Python/bytecodes.c
Python/ceval.c
Python/ceval_macros.h
Python/executor.c
Python/executor_cases.c.h
Python/frame.c
Python/generated_cases.c.h
Python/instrumentation.c
Python/optimizer.c
Python/specialize.c
Tools/cases_generator/analysis.py
Tools/cases_generator/generate_cases.py
Tools/cases_generator/stacking.py
Tools/gdb/libpython.py