On Tue, 21 Feb 2012 21:32:23 -0600
Brian Curtin <br...@python.org> wrote:

> While some effort has gone on to get the 32-bit build to compile
> without warnings (thanks for that!), 64-bit still has numerous
> warnings. Before I push forward on more of the VS2010 port, I'd like
> to have a clean 2008 build all around so we can more easily track what
> may have changed.

+1.
Of course, it doesn't help that Microsoft implements POSIX APIs
incorrectly (for example, Microsoft's read() take the length as an int,
not a size_t).

Regards

Antoine.


_______________________________________________
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