summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-04-10 21:00:56 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-04-10 21:00:56 (GMT)
commitc9314d9e08309782010b56a41bb2d28c6a556302 (patch)
tree6e1b43b68da2da88e5a1bb714848a7fceac5d65f /Misc
parentcd514cf175ef820fe62f7e201f596f930d4b1d02 (diff)
downloadcpython-c9314d9e08309782010b56a41bb2d28c6a556302.zip
cpython-c9314d9e08309782010b56a41bb2d28c6a556302.tar.gz
cpython-c9314d9e08309782010b56a41bb2d28c6a556302.tar.bz2
don't run frame if it has no stack (closes #17669)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 826ad85..05414e3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 3.3.2?
Core and Builtins
-----------------
+- Issue #17669: Fix crash involving finalization of generators using yield from.
+
- Issue #17619: Make input() check for Ctrl-C correctly on Windows.
- Issue #17610: Don't rely on non-standard behavior of the C qsort() function.