diff options
author | Brandt Bucher <brandtbucher@microsoft.com> | 2022-10-05 00:30:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-05 00:30:03 (GMT) |
commit | 0ff8fd65838f9f9ed90d7a055d26a2ce9fc0ce85 (patch) | |
tree | ba515469a236a046b09329fbcd49c33eb65c267d /Misc/NEWS.d | |
parent | c3648f4e4a12ec6efe65684facfcd08996e550ca (diff) | |
download | cpython-0ff8fd65838f9f9ed90d7a055d26a2ce9fc0ce85.zip cpython-0ff8fd65838f9f9ed90d7a055d26a2ce9fc0ce85.tar.gz cpython-0ff8fd65838f9f9ed90d7a055d26a2ce9fc0ce85.tar.bz2 |
GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH-97845)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-10-04-02-00-10.gh-issue-97779.f3N1hI.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-10-04-02-00-10.gh-issue-97779.f3N1hI.rst b/Misc/NEWS.d/next/Core and Builtins/2022-10-04-02-00-10.gh-issue-97779.f3N1hI.rst new file mode 100644 index 0000000..6115218 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2022-10-04-02-00-10.gh-issue-97779.f3N1hI.rst @@ -0,0 +1 @@ +Ensure that all Python frame objects are backed by "complete" frames. |