This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients amaury.forgeotdarc, loewis, mark.dickinson, nadeem.vawda, rhettinger, schmir
Date 2012-02-08.20:24:14
SpamBayes Score 0.010900985
Marked as misclassified No
Message-id <1328732655.09.0.384913244021.issue13965@psf.upfronthosting.co.za>
In-reply-to
Content
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)?
History
Date User Action Args
2012-02-08 20:24:15rhettingersetrecipients: + rhettinger, loewis, amaury.forgeotdarc, mark.dickinson, schmir, nadeem.vawda
2012-02-08 20:24:15rhettingersetmessageid: <1328732655.09.0.384913244021.issue13965@psf.upfronthosting.co.za>
2012-02-08 20:24:14rhettingerlinkissue13965 messages
2012-02-08 20:24:14rhettingercreate