skorpeo <skorpe...@gmail.com> added the comment: Yes makes sense, it could be another bug with TTY or just my error and I did preface that I am submitting this humbly. You are also correct that there is no clean up for closing the pipes.
On Mon, May 28, 2018 at 1:45 AM, Yury Selivanov <rep...@bugs.python.org> wrote: > > 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 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