]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-94262: Don't create frame objects for frames that aren't yet complete. (GH-94371)
authorMark Shannon <mark@hotpy.org>
Fri, 1 Jul 2022 10:08:20 +0000 (11:08 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Jul 2022 10:08:20 +0000 (11:08 +0100)
commit544531de23d69f5b23883794fc7bb23a958a0fcb
treead88c0a6543127cd89027843ab441aa29dbdbc75
parent1df9449db24f16c9c96bdd7dc283a5062bca68e6
GH-94262: Don't create frame objects for frames that aren't yet complete. (GH-94371)
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