This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skorpeo
Recipients asvetlov, skorpeo, yselivanov
Date 2018-05-27.23:02:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMXrOMPHhQXLJCQxnejoA1N0Gu9iVTQ0aEZ84URh6fW+2uwSpg@mail.gmail.com>
In-reply-to <1527461156.03.0.682650639539.issue33662@psf.upfronthosting.co.za>
Content
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 <report@bugs.python.org>
wrote:

>
> Yury Selivanov <yselivanov@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 <report@bugs.python.org>
> <https://bugs.python.org/issue33662>
> _______________________________________
>
History
Date User Action Args
2018-05-27 23:02:37skorpeosetrecipients: + skorpeo, asvetlov, yselivanov
2018-05-27 23:02:37skorpeolinkissue33662 messages
2018-05-27 23:02:37skorpeocreate