summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2015-04-26 16:46:40 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2015-04-26 16:46:40 (GMT)
commit7403e91630456ae2a495ac7621c2152d9a270400 (patch)
tree09d5f347a8b03dc552e7d40d1290943fa3810c37 /Misc
parent8c99a6d6049b87b328073189719d9cc4bfc68b82 (diff)
downloadcpython-7403e91630456ae2a495ac7621c2152d9a270400.zip
cpython-7403e91630456ae2a495ac7621c2152d9a270400.tar.gz
cpython-7403e91630456ae2a495ac7621c2152d9a270400.tar.bz2
Issue #23996: Avoid a crash when a delegated generator raises an unnormalized StopIteration exception. Patch by Stefan Behnel.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2616bf7..e84e142 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Release date: tba
Core and Builtins
-----------------
+- Issue #23996: Avoid a crash when a delegated generator raises an
+ unnormalized StopIteration exception. Patch by Stefan Behnel.
+
- Issue #24022: Fix tokenizer crash when processing undecodable source code.
- Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted