[issue17797] Visual C++ 11.0 reports fileno(stdin) == 0 for non-console program

V.E.O report at bugs.python.org
Sun Jul 7 11:35:10 CEST 2013


V.E.O added the comment:

Hi Christian,

The latest runtime Microsoft provided is buggy.
Tried fix the PyVerify_fd with more GetFileType verification. But a lot more problems came for isatty returns true in non-console program. The fix in Python side shall be large.
Details is reported to Microsoft, we can only hope they make it right.

----------
status: pending -> open

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


More information about the Python-bugs-list mailing list