Nadeem Vawda <nadeem.va...@gmail.com> added the comment:

64-bit Windows (or at least Visual C++) uses the LLP64 model, so a long
is 32 bits wide (the only 64-bit integer type being long long) - see
<http://en.wikipedia.org/wiki/64-bit#64-bit_data_models>

Since Python's int is documented as being implemented on top of C's long,
this behaviour appears to be correct (if surprising).

----------
nosy: +nadeem.vawda

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

Reply via email to