]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-95818: Skip incomplete frames in `PyThreadState_GetFrame` (GH-95886) (#95890)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 12 Aug 2022 18:40:49 +0000 (11:40 -0700)
committerGitHub <noreply@github.com>
Fri, 12 Aug 2022 18:40:49 +0000 (19:40 +0100)
commit6fc90c11835f1af869a47724ab9742535b73fe7b
treedfd6beb3d5472d109def7ab58a0d7d7920505273
parent4abf84602f81da6719f761140dc909828350b45c
GH-95818: Skip incomplete frames in `PyThreadState_GetFrame` (GH-95886) (#95890)

(cherry picked from commit 1b46d118e6e72daa64b98cafddb406c68b419efa)

Co-authored-by: Mark Shannon <mark@hotpy.org>
Co-authored-by: Mark Shannon <mark@hotpy.org>
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