]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-100126: Skip incomplete frames in more places (GH-100613)
authorBrandt Bucher <brandtbucher@microsoft.com>
Mon, 9 Jan 2023 20:20:04 +0000 (12:20 -0800)
committerGitHub <noreply@github.com>
Mon, 9 Jan 2023 20:20:04 +0000 (12:20 -0800)
commit61762b93871419b34f02d83cee5ca0d94d4a2903
tree286b9aff961b5435e2d34894857a603ae86aa5c6
parent2e80c2a976c13dcb69a654b386164dca362295a3
GH-100126: Skip incomplete frames in more places (GH-100613)
12 files changed:
Include/internal/pycore_frame.h
Lib/test/test_frame.py
Misc/NEWS.d/next/Core and Builtins/2022-12-29-04-39-38.gh-issue-100126.pfFJd-.rst [new file with mode: 0644]
Modules/_tracemalloc.c
Modules/signalmodule.c
Objects/frameobject.c
Objects/genobject.c
Objects/typeobject.c
Python/ceval.c
Python/frame.c
Python/pystate.c
Python/sysmodule.c