]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47177: Replace `f_lasti` with `prev_instr` (GH-32208)
authorBrandt Bucher <brandtbucher@microsoft.com>
Thu, 7 Apr 2022 19:31:01 +0000 (12:31 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Apr 2022 19:31:01 +0000 (12:31 -0700)
commitef6a482b0285870c45f39c9b17ed827362b334ae
treea32a27a4d209b974d9f4d92e7e997dc3ff771409
parent87eec70d97b250f820325b4f1b4f781b443b5180
bpo-47177: Replace `f_lasti` with `prev_instr` (GH-32208)
Include/internal/pycore_frame.h
Misc/NEWS.d/next/Core and Builtins/2022-03-31-01-30-03.bpo-47177.fQqaov.rst [new file with mode: 0644]
Modules/_tracemalloc.c
Objects/frameobject.c
Objects/genobject.c
Objects/typeobject.c
Python/ceval.c
Python/frame.c
Python/traceback.c
Tools/gdb/libpython.py