]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] GH-94262: Don't create frame objects for frames that aren't yet complete....
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 4 Jul 2022 18:43:12 +0000 (11:43 -0700)
committerGitHub <noreply@github.com>
Mon, 4 Jul 2022 18:43:12 +0000 (19:43 +0100)
commit68f5fa668343341b79ce1e23f1d9e773b98fd312
treebc9b4ab897d1addc94ebf52c643e720fb75944d7
parent8fe0b1d8fa3451e923d7632263be6145a0734468
[3.11] GH-94262: Don't create frame objects for frames that aren't yet complete. (GH-94371) (#94482)

Co-authored-by: Mark Shannon <mark@hotpy.org>
Include/internal/pycore_frame.h
Lib/test/test_generators.py
Misc/NEWS.d/next/Core and Builtins/2022-06-28-10-08-06.gh-issue-94262.m-HWUZ.rst [new file with mode: 0644]
Objects/codeobject.c
Objects/frameobject.c
Python/frame.c
Python/sysmodule.c