[issue5380] pty.read raises IOError when slave pty device is closed

Zac Medico report at bugs.python.org
Fri Jan 21 03:28:31 CET 2011


Zac Medico <zmedico at gentoo.org> added the comment:

This issue no longer appears to be a problem for my purposes, since it seems that array.fromfile() does not lose any data as long as the input file is opened in unbuffered mode (I use fdopen with 0 for the bufsize argument).

----------

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


More information about the Python-bugs-list mailing list