commit | a370fcf3b2211242c888558237557eb4895391d0 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Aug 20 14:15:03 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Aug 20 14:15:03 2011 +0200 |
tree | 4c52a9237332bc7b3e1e9d0eba8e84c878acd210 | |
parent | 0c17d0d96e9684e29a731227452355da79b14b5b [diff] [blame] |
Issue #12791: Break reference cycles early when a generator exits with an exception.
diff --git a/Misc/NEWS b/Misc/NEWS index a4251e3..f8c135f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Core and Builtins ----------------- +- Issue #12791: Break reference cycles early when a generator exits with + an exception. + - Issue #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters.