Steve Dower added the comment: 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. ---------- Added file: http://bugs.python.org/file41635/25878_1.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue25878> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com