commit | ae5f2f4a39e6a3f4c45e9dc95bd4e1fe5dfb60f2 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Mar 07 17:10:51 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Mar 07 17:10:51 2010 +0000 |
tree | df848682fc6653aeeb109df7fd4547e5efa2817a | |
parent | 0e4c22c922c67297e5664ff9685b143fff1fddf5 [diff] [blame] |
prevent generator finalization from invalidating sys.exc_info() #7173
diff --git a/Misc/NEWS b/Misc/NEWS index bb4dcf4..de9e4f2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and Builtins ----------------- +- Issue #7173: Generator finalization could invalidate sys.exc_info(). + - Issue #7544: Preallocate thread memory before creating the thread to avoid a fatal error in low memory condition.