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 ethan.furman
Recipients belopolsky, eryksun, ethan.furman, skrah
Date 2015-04-24.17:45:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429897542.09.0.0842160706098.issue24052@psf.upfronthosting.co.za>
In-reply-to
Content
Windows 7

C:\Python27>python
Python 2.7.5 (default, May 15 2013, 22:43:36) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
--> import sys
--> sys.exit(2**63)
9223372036854775808

C:\Python27>python
Python 2.7.5 (default, May 15 2013, 22:43:36) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
--> import sys
--> sys.exit(2**63+1)
9223372036854775809
History
Date User Action Args
2015-04-24 17:45:42ethan.furmansetrecipients: + ethan.furman, belopolsky, skrah, eryksun
2015-04-24 17:45:42ethan.furmansetmessageid: <1429897542.09.0.0842160706098.issue24052@psf.upfronthosting.co.za>
2015-04-24 17:45:42ethan.furmanlinkissue24052 messages
2015-04-24 17:45:41ethan.furmancreate