]> 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)
committerPablo Galindo <pablogsal@gmail.com>
Sat, 22 Oct 2022 19:09:00 +0000 (20:09 +0100)
commit154b3cd751642b6f21a090ad548785bfa1cbc686
tree8a9aedde06d07834b35b7f0fbfa6812ecf8e7f4c
parent886fd3938bb911250ce114b6f6ea2a0edf917a1f
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