diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-03-07 17:10:51 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-03-07 17:10:51 (GMT) |
commit | ae5f2f4a39e6a3f4c45e9dc95bd4e1fe5dfb60f2 (patch) | |
tree | df848682fc6653aeeb109df7fd4547e5efa2817a /Misc | |
parent | 0e4c22c922c67297e5664ff9685b143fff1fddf5 (diff) | |
download | cpython-ae5f2f4a39e6a3f4c45e9dc95bd4e1fe5dfb60f2.zip cpython-ae5f2f4a39e6a3f4c45e9dc95bd4e1fe5dfb60f2.tar.gz cpython-ae5f2f4a39e6a3f4c45e9dc95bd4e1fe5dfb60f2.tar.bz2 |
prevent generator finalization from invalidating sys.exc_info() #7173
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ What's New in Python 3.2 Alpha 1? 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. |