Yury Selivanov <yseliva...@gmail.com> added the comment:

"if not block:" means EOF and replacing it with "if len(block) < self._limit:" 
would break everything.

There might be another bug here (with TTY) or, maybe, there's a bug in 
pty_test.py.  For example, I don't see how you closing reader_pipe or 
writer_pipe.

----------

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

Reply via email to