diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-10-04 04:03:26 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2022-10-22 19:10:18 (GMT) |
commit | 585c95df95780c3a66db8b458713b172d7874b64 (patch) | |
tree | b846941e0a7f1a3dc318ad1a890fb28c1904f00f /Misc | |
parent | 4e0fda59f1f9f79e64b66f0320a46de93df310ba (diff) | |
download | cpython-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.rst | 2 |
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. |