Re: [Python-Dev] 64 bit warnings

2007-05-02 Thread Martin v. Löwis
> Any thoughts? These should be fixed on a case-by-case basis. Please submit patches to SF, and assign them to me. Changes should only go into 2.6. As a principle, values that could exceed 2Gi in a hand-crafted Python program should be Py_ssize_t. Values that can never exceed the int range (becau

[Python-Dev] 64 bit warnings

2007-05-02 Thread Kristján Valur Jónsson
There is a considerable amount of warnings present for 64 bit builds on windows. You can see them using VisualStudio 2005 even if you don't have the x64 compilers installed, by turning on "Detect 64 bit portability issues" in the general tab for pythoncore. Now, some of those just need straight