[issue12802] Windows error code 267 should be mapped to ENOTDIR, not EINVAL

Amaury Forgeot d'Arc report at bugs.python.org
Sat Aug 27 13:11:27 CEST 2011


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

Unfortunately, it won't work. _dosmaperr() is not exported by msvcrt.dll, it is only available when you link against the static version of the C runtime.

----------

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


More information about the Python-bugs-list mailing list