[Ironpython-users] should 64 bit sys.maxsize be fixed?
Vernon Cole
vernondcole at gmail.com
Wed Feb 15 20:53:21 CET 2012
Should this be fixed in a future version?
<console dump>
C:\Users\vernon>c:\python32\python.exe
Python 3.2.2 (default, Sep 4 2011, 09:07:29) [MSC v.1500 64 bit (AMD64)]
on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.maxsize
9223372036854775807
>>> exit()
C:\Users\vernon>"c:\program files (x86)\IronPython 2.7\ipy64"
IronPython 2.7.2a2 (2.7.0.40) on .NET 4.0.30319.239 (64-bit)
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.maxsize
2147483647
C:\Users\vernon>c:\python27\python.exe
Python 2.7.2 (default, Jun 12 2011, 14:24:46) [MSC v.1500 64 bit (AMD64)]
on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.maxsize
9223372036854775807L
>>>
</console dump>
--
Vernon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20120215/a797b02b/attachment.html>
More information about the Ironpython-users
mailing list