]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-95818: Skip incomplete frames in `PyThreadState_GetFrame` (GH-95886)
authorMark Shannon <mark@hotpy.org>
Thu, 11 Aug 2022 13:06:32 +0000 (14:06 +0100)
committerGitHub <noreply@github.com>
Thu, 11 Aug 2022 13:06:32 +0000 (14:06 +0100)
commit1b46d118e6e72daa64b98cafddb406c68b419efa
tree2c165173112ccf7104d5bc075e2a10988185a5c1
parent23a757f44fbe29924da8bec7f3682f99a2c0fee5
GH-95818: Skip incomplete frames in `PyThreadState_GetFrame` (GH-95886)
Lib/test/test_frame.py
Misc/NEWS.d/next/Core and Builtins/2022-08-11-11-01-56.gh-issue-95818.iClLdl.rst [new file with mode: 0644]
Python/pystate.c