Patch #1537 from Chad Austin
Change GeneratorExit's base class from Exception to BaseException
(This time I'm applying the patch to the correct sandbox.)
diff --git a/Misc/NEWS b/Misc/NEWS
index a1d1160..4c3369c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -305,6 +305,8 @@
 
 - Bug #1664966: Fix crash in exec if Unicode filename can't be decoded.
 
+- Issue #1537: Changed GeneratorExit's base class from Exception to BaseException.
+
 Library
 -------