summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-09-02 18:23:15 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-09-02 18:23:15 (GMT)
commit2e2c903700991aa9f7e96d7a7fdaed3628dc7e1e (patch)
treee83f41d8848df305fc725ed1b5c7ebf6ba55c17e /Misc
parent1c371b255ff15971f2aac1f1ff4a248718744af3 (diff)
downloadcpython-2e2c903700991aa9f7e96d7a7fdaed3628dc7e1e.zip
cpython-2e2c903700991aa9f7e96d7a7fdaed3628dc7e1e.tar.gz
cpython-2e2c903700991aa9f7e96d7a7fdaed3628dc7e1e.tar.bz2
prevert ast errors from being normalized before ast_error_finish is called (closes #15846)
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 4bb9698..544bf67 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.2.4
Core and Builtins
-----------------
+- Issue #15846: Fix SystemError which happened when using ast.parse in an
+ exception handler on code with syntax errors.
+
- Issue #15761: Fix crash when PYTHONEXECUTABLE is set on Mac OS X.
- Issue #15801: Make sure mappings passed to '%' formatting are actually