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   |   [EMAIL PROTECTED]   |   Brisbane, Australia
---------------------------------------------------------------
            http://www.boredomandlaziness.org
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to