diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-09-02 18:23:15 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-09-02 18:23:15 (GMT) |
commit | 2e2c903700991aa9f7e96d7a7fdaed3628dc7e1e (patch) | |
tree | e83f41d8848df305fc725ed1b5c7ebf6ba55c17e /Misc/NEWS | |
parent | 1c371b255ff15971f2aac1f1ff4a248718744af3 (diff) | |
download | cpython-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/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |