[Python-Dev] AMD64-W2k8 buildbot wedged

Nick Coghlan ncoghlan at gmail.com
Mon Jul 14 00:08:05 CEST 2008


Martin v. Löwis wrote:
> Nick Coghlan wrote:
>> The number of 64-bit safeness
>> warnings being emitted by the current trunk is also fairly worrying)
> 
> Do you have a specific one in mind? The ones truncating size_t/ssize_t
> should only matter when you actually do have data larger than 2GiB.

Nothing specific, I just don't think I've ever actually looked at the 
output of a 64-bit build before and was a little surprised at the number 
of such warnings. I guess they were mostly in modules which are probably 
going to struggle with handling 2+ GiB chunks of data anyway.

Cheers,
Nick.


-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------
             http://www.boredomandlaziness.org


More information about the Python-Dev mailing list