Patches item #1189210, was opened at 2005-04-24 18:26 Message generated for change (Comment added) made by bcannon You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1189210&group_id=5470
Category: Parser/Compiler Group: AST >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: John Ehresman (jpe) Assigned to: Brett Cannon (bcannon) Summary: Don't assume all exceptions are SyntaxError's Initial Comment: Attached patch simple propagates non-syntax errors up and allows ast_for_atom to return NULL. Needed for some of the unicode tests. ---------------------------------------------------------------------- >Comment By: Brett Cannon (bcannon) Date: 2005-04-25 20:53 Message: Logged In: YES user_id=357491 Applied as rev. 1.1.2.61 . Fixes bug #1186345. Thanks, John. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1189210&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
