]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] GH-97779: Ensure that *all* frame objects are backed by "complete" frames...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 5 Oct 2022 05:46:34 +0000 (22:46 -0700)
committerGitHub <noreply@github.com>
Wed, 5 Oct 2022 05:46:34 +0000 (22:46 -0700)
commit015b49ac05eddcb7f653ed2c80daba24ff396fd9
tree7930e4c30215dca26464997ef4d7877c603967d5
parent8c517d88fb5ac6f1145128804fe10d5ef9d12b07
[3.11] GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH-97886)

(cherry picked from commit 0ff8fd65838f9f9ed90d7a055d26a2ce9fc0ce85)

Co-authored-by: Brandt Bucher <brandtbucher@microsoft.com>
Lib/test/test_code.py
Misc/NEWS.d/next/Core and Builtins/2022-10-04-02-00-10.gh-issue-97779.f3N1hI.rst [new file with mode: 0644]
Objects/codeobject.c
Objects/frameobject.c
Python/frame.c