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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, loewis, mark.dickinson, nadeem.vawda, rhettinger, schmir
Date 2012-02-08.20:33:39
SpamBayes Score 0.042610556
Marked as misclassified No
Message-id <1328733219.76.0.301967902086.issue13965@psf.upfronthosting.co.za>
In-reply-to
Content
LLP64 is the model chosen by the Microsoft compiler: sizeof(long)==4.

I suppose someone already considered to change PyIntObject and use size_t values, but IMO it would have broken too many extensions: the pattern "if (PyInt_Check(obj)) value=PyInt_AS_LONG(obj);" is very very common.
History
Date User Action Args
2012-02-08 20:33:39amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, rhettinger, mark.dickinson, schmir, nadeem.vawda
2012-02-08 20:33:39amaury.forgeotdarcsetmessageid: <1328733219.76.0.301967902086.issue13965@psf.upfronthosting.co.za>
2012-02-08 20:33:39amaury.forgeotdarclinkissue13965 messages
2012-02-08 20:33:39amaury.forgeotdarccreate