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 janglin
Recipients effbot, flox, janglin, loewis, pitrou
Date 2010-09-24.02:00:30
SpamBayes Score 4.2448763e-05
Marked as misclassified No
Message-id <1285293633.89.0.14013025074.issue9783@psf.upfronthosting.co.za>
In-reply-to
Content
issue9783.diff provides a patch that will compile clean on 32 and 64 bit Windows systems.  I tried to avoid explicit casts where I could, but it was not always possible. I have ported a lot of my company's code to 64 bit (all Windows based).  In my experience many warnings are because of programmers using the int type in places where a size_t may be more appropriate. Most of the warnings here are due to mixing int and Py_ssize_t types.
History
Date User Action Args
2010-09-24 02:00:34janglinsetrecipients: + janglin, loewis, effbot, pitrou, flox
2010-09-24 02:00:33janglinsetmessageid: <1285293633.89.0.14013025074.issue9783@psf.upfronthosting.co.za>
2010-09-24 02:00:32janglinlinkissue9783 messages
2010-09-24 02:00:31janglincreate