]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97018)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 22 Sep 2022 17:17:53 +0000 (10:17 -0700)
committerGitHub <noreply@github.com>
Thu, 22 Sep 2022 17:17:53 +0000 (10:17 -0700)
commit6a646dd1ffa9ccc9130e09fdd2f5b75652c4f121
treeceadad1e80c6efe52ee40af59d622198b9d6a12d
parent773dbb9e3a7dc5d4a8560bc3ffb28c16758f159f
GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97018)

(cherry picked from commit 8fd2c3b75b90c4ee391894aa5094615bbdb6242f)

Co-authored-by: Brandt Bucher <brandtbucher@microsoft.com>
Lib/test/test_embed.py
Misc/NEWS.d/next/Core and Builtins/2022-09-21-16-06-37.gh-issue-96975.BmE0XY.rst [new file with mode: 0644]
Programs/_testembed.c
Python/ceval.c