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.

Author skrah
Recipients adam@NetBSD.org, brett.cannon, donmez, mark.dickinson, pitrou, rhettinger, skrah, vstinner
Date 2011-09-13.22:53:28
SpamBayes Score 2.631309e-06
Marked as misclassified No
Message-id <1315954408.99.0.85435359366.issue11149@psf.upfronthosting.co.za>
In-reply-to
Content
Recent clang and Python2.7 (without the patch):

Python 2.7.2+ (2.7:e8d8eb9e05fd, Sep 14 2011, 00:35:51) 
[GCC 4.2.1 Compatible Clang 3.0 (trunk 139637)] on freebsd8
Type "help", "copyright", "credits" or "license" for more information.
>>> 2**63
-9223372036854775808
>>> 2**64
0
>>> 


The patch is fine and I'm going to commit it tomorrow if there are no
objections.
History
Date User Action Args
2011-09-13 22:53:29skrahsetrecipients: + skrah, brett.cannon, rhettinger, mark.dickinson, pitrou, vstinner, donmez, adam@NetBSD.org
2011-09-13 22:53:28skrahsetmessageid: <1315954408.99.0.85435359366.issue11149@psf.upfronthosting.co.za>
2011-09-13 22:53:28skrahlinkissue11149 messages
2011-09-13 22:53:28skrahcreate