[Python-Dev] Windows build - fixing compile warnings before VS2010

Antoine Pitrou solipsis at pitrou.net
Wed Feb 22 15:43:23 CET 2012


On Tue, 21 Feb 2012 21:32:23 -0600
Brian Curtin <brian at 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.




More information about the Python-Dev mailing list