]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH-97845)
authorBrandt Bucher <brandtbucher@microsoft.com>
Wed, 5 Oct 2022 00:30:03 +0000 (17:30 -0700)
committerGitHub <noreply@github.com>
Wed, 5 Oct 2022 00:30:03 +0000 (17:30 -0700)
commit0ff8fd65838f9f9ed90d7a055d26a2ce9fc0ce85
treeba515469a236a046b09329fbcd49c33eb65c267d
parentc3648f4e4a12ec6efe65684facfcd08996e550ca
GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH-97845)
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