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 nadeem.vawda
Recipients loewis, nadeem.vawda, rhettinger
Date 2012-02-08.09:22:51
SpamBayes Score 0.0033297762
Marked as misclassified No
Message-id <1328692972.08.0.10681296641.issue13965@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2012-02-08 09:22:52nadeem.vawdasetrecipients: + nadeem.vawda, loewis, rhettinger
2012-02-08 09:22:52nadeem.vawdasetmessageid: <1328692972.08.0.10681296641.issue13965@psf.upfronthosting.co.za>
2012-02-08 09:22:51nadeem.vawdalinkissue13965 messages
2012-02-08 09:22:51nadeem.vawdacreate