Mark Dickinson added the comment:

> This is a 32-bit build ("win32"), no?

No. "win32" appears for both 32-bit and 64-bit builds on Windows. This is a 
64-bit build. `sys.maxint` is 2**31 - 1, and `sys.maxsize` is 2**63 - 1. 
They're not equal.

I can reproduce the issue with a stock Python, on both 2.7 and 3.5.

----------
components: +Interpreter Core
priority: normal -> high
stage:  -> needs patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26423>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to