summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-10-04 04:03:26 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2022-10-22 19:10:18 (GMT)
commit585c95df95780c3a66db8b458713b172d7874b64 (patch)
treeb846941e0a7f1a3dc318ad1a890fb28c1904f00f /Misc
parent4e0fda59f1f9f79e64b66f0320a46de93df310ba (diff)
downloadcpython-585c95df95780c3a66db8b458713b172d7874b64.zip
cpython-585c95df95780c3a66db8b458713b172d7874b64.tar.gz
cpython-585c95df95780c3a66db8b458713b172d7874b64.tar.bz2
[3.11] GH-97752: Clear the previous member of newly-created generator/coroutine frames (GH-97812)
(cherry picked from commit 93fcc1f4133e177882850177c2c047d46019b812)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2022-10-03-13-35-48.gh-issue-97752.0xTjJY.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-10-03-13-35-48.gh-issue-97752.0xTjJY.rst b/Misc/NEWS.d/next/Core and Builtins/2022-10-03-13-35-48.gh-issue-97752.0xTjJY.rst
new file mode 100644
index 0000000..c656350
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2022-10-03-13-35-48.gh-issue-97752.0xTjJY.rst
@@ -0,0 +1,2 @@
+Fix possible data corruption or crashes when accessing the ``f_back`` member
+of newly-created generator or coroutine frames.