Patches item #1166879, was opened at 2005-03-20 01:22 Message generated for change (Comment added) made by bcannon You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1166879&group_id=5470
Category: Parser/Compiler Group: AST >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: Nick Coghlan (ncoghlan) Assigned to: Brett Cannon (bcannon) Summary: [AST] Fix handling of large octal literals Initial Comment: Python 2.4's compile.c contained a fix for large octal literals and int/long unification. This patch duplicates that fix in the ast-branch's ast.c ---------------------------------------------------------------------- >Comment By: Brett Cannon (bcannon) Date: 2005-03-20 16:02 Message: Logged In: YES user_id=357491 Applied in rev. 1.1.2.56 . Thanks, Nick. Now we just need to get genexps working for test_grammar to get farther. =) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1166879&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
