[Python-Dev] Win64 AMD64 (aka x64) binaries available64 (original) (raw)

Neal Norwitz nnorwitz at gmail.com
Sat Apr 22 07:27:59 CEST 2006


On 4/21/06, "Martin v. Löwis" <martin at v.loewis.de> wrote:

Thomas Heller wrote: > I forgot to mention that there are a lot of warnings about conversion > betweem Pyssizet to int - if you want me to fix the obvious ones > I'll offer to correct some of them from time to time and commit the > changes.

Right - they have been there ever since I started (in fact, I started this entire project because of these warnings). You can get them on x86, too, if you enable /Wp64.

In case it wasn't clear, the /Wp64 flag is available in icc (Intel's C compiler).

n



More information about the Python-Dev mailing list