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 steve.dower
Recipients Alexander Riccio, loewis, paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2016-01-16.20:56:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452977787.93.0.614415869172.issue25878@psf.upfronthosting.co.za>
In-reply-to
Content
I made a new patch to replace all of the existing ones here with the two-line version of the change.

I also suppressed warning 4232 about dllimport addresses (essentially, you may get different values when taking the address of an imported function because of the way thunks are generated at compile time - this doesn't matter when you are calling them, only when comparing them), mainly because there's no other way to suppress them.

All warnings about conversions should be suppressed when you make the conversion explicit, and that's the preferable way to fix those.
History
Date User Action Args
2016-01-16 20:56:28steve.dowersetrecipients: + steve.dower, loewis, paul.moore, tim.golden, zach.ware, serhiy.storchaka, Alexander Riccio
2016-01-16 20:56:27steve.dowersetmessageid: <1452977787.93.0.614415869172.issue25878@psf.upfronthosting.co.za>
2016-01-16 20:56:27steve.dowerlinkissue25878 messages
2016-01-16 20:56:27steve.dowercreate