Eryk Sun added the comment:

Addressing the underlying problem would require rewriting _Py_read and 
_Py_write_impl to directly call ReadFile and WriteFile instead of the CRT read 
and write functions. Barring that, on Windows _stdin_write would have to always 
ignore EINVAL.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30418>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to