Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

platform.architecture() and struct.calcsize("P") confirm that this build used 
64-bits for pointers and 32-bits for ints.

This leaves the question of whether LLP64 is required to run Python on Windows 
or whether another memory model could have been selected during compilation 
(IOW, do we have to live with 32-bit ints on Windows)?

----------
priority: normal -> low
resolution:  -> invalid

_______________________________________
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