[issue13210] Support Visual Studio 2010

Martin v. Löwis report at bugs.python.org
Sat Mar 31 19:38:07 CEST 2012


Martin v. Löwis <martin at v.loewis.de> added the comment:

The errnomodule patch shouldn't be checked in as is. Instead, an elaborate comment needs to be added fully explaining the situation with the errno codes, and giving criteria under which cases it is necessary.

On the face value, it's incorrect: if the compiler defines EINVAL, that should be what is used to define errno.EINVAL. It's not at all clear that WSAEINVAL is a better choice.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13210>
_______________________________________


More information about the Python-bugs-list mailing list