[issue15263] Guard against invalid file handles in os functions

Amaury Forgeot d'Arc report at bugs.python.org
Fri Jul 6 16:47:09 CEST 2012


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

Windows will also crash if you pass INVALID_HANDLE_VALUE (which is not a file descriptor) to crt functions...
How did you want to use this macro?

----------

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


More information about the Python-bugs-list mailing list