summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>2022-02-01 13:40:46 (GMT)
committerGitHub <noreply@github.com>2022-02-01 13:40:46 (GMT)
commitb9ebde8db7e176e021103745cd012bae700828b5 (patch)
tree302788af4dd37048afbf073dc866217f86626077 /Misc
parent108e66b6d23efd0fc2966163ead9434b328c5f17 (diff)
downloadcpython-b9ebde8db7e176e021103745cd012bae700828b5.zip
cpython-b9ebde8db7e176e021103745cd012bae700828b5.tar.gz
cpython-b9ebde8db7e176e021103745cd012bae700828b5.tar.bz2
bpo-46564: do not create frame object for super object (GH-31002)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2022-02-01-10-23-21.bpo-46564.6Xc2_H.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-02-01-10-23-21.bpo-46564.6Xc2_H.rst b/Misc/NEWS.d/next/Core and Builtins/2022-02-01-10-23-21.bpo-46564.6Xc2_H.rst
new file mode 100644
index 0000000..4ffa680
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2022-02-01-10-23-21.bpo-46564.6Xc2_H.rst
@@ -0,0 +1 @@
+Do not create frame objects when creating :class:`super` object. Patch by Kumar Aditya. \ No newline at end of file