This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Don't assume all exceptions are SyntaxError's
Type: Stage:
Components: Interpreter Core Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: brett.cannon Nosy List: brett.cannon, jpe
Priority: normal Keywords: patch

Created on 2005-04-25 01:26 by jpe, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
ast.diff jpe, 2005-04-25 01:26
Messages (2)
msg48257 - (view) Author: John Ehresman (jpe) * Date: 2005-04-25 01:26
Attached patch simple propagates non-syntax errors up
and allows ast_for_atom to return NULL.  Needed for
some of the unicode tests.
msg48258 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2005-04-26 03:53
Logged In: YES 
user_id=357491

Applied as rev. 1.1.2.61 .  Fixes bug #1186345.

Thanks, John.
History
Date User Action Args
2022-04-11 14:56:11adminsetgithub: 41891
2005-04-25 01:26:25jpecreate