[ python-Bugs-1441486 ] yet another svn head compiler change
SourceForge.net
noreply at sourceforge.net
Thu Mar 2 07:39:21 CET 2006
Bugs item #1441486, was opened at 2006-03-02 06:39
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1441486&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Parser/Compiler
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Michael Hudson (mwh)
Assigned to: Nobody/Anonymous (nobody)
Summary: yet another svn head compiler change
Initial Comment:
This one seems stangely familiar:
$ python2.4
Python 2.4.1 (#2, Mar 31 2005, 00:05:10)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1666)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> -2147483648
-2147483648
>>>
$ ~/Source/python/build/python.exe
Python 2.5a0 (trunk:42764M, Mar 1 2006, 18:21:57)
[GCC 4.0.1 (Apple Computer, Inc. build 5247)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> -2147483648
-2147483648L
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1441486&group_id=5470
More information about the Python-bugs-list
mailing list