[Patches] [ python-Patches-1166879 ] Fix handling of large octal literals

SourceForge.net noreply at sourceforge.net
Sun Mar 20 10:22:53 CET 2005


Patches item #1166879, was opened at 2005-03-20 19:22
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1166879&group_id=5470

Category: Parser/Compiler
Group: AST
Status: Open
Resolution: None
Priority: 5
Submitted By: Nick Coghlan (ncoghlan)
Assigned to: Nobody/Anonymous (nobody)
Summary: 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 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1166879&group_id=5470


More information about the Patches mailing list