<br><div class="gmail_quote">Should this be fixed in a future version?<br><br><console dump><br>C:\Users\vernon>c:\python32\python.exe<br>Python 3.2.2 (default, Sep 4 2011, 09:07:29) [MSC v.1500 64 bit (AMD64)] on win32<br>
Type "help", "copyright", "credits" or "license" for more information.<br>
>>> import sys<br>>>> sys.maxsize<br>9223372036854775807<br>>>> exit()<br><br>C:\Users\vernon>"c:\program files (x86)\IronPython 2.7\ipy64"<br>IronPython 2.7.2a2 (2.7.0.40) on .NET 4.0.30319.239 (64-bit)<br>
Type "help", "copyright", "credits" or "license" for more information.<br>>>> import sys<br>>>> sys.maxsize<br><a href="tel:2147483647" value="+12147483647" target="_blank">2147483647</a><br>
<br>C:\Users\vernon>c:\python27\python.exe<br>
Python 2.7.2 (default, Jun 12 2011, 14:24:46) [MSC v.1500 64 bit (AMD64)] on win32<br>Type "help", "copyright", "credits" or "license" for more information.<br>>>> import sys<br>
>>> sys.maxsize<br>9223372036854775807L<br>>>><br></console dump><br>--<br>Vernon<br><br>
</div><br>