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 yselivanov
Recipients asvetlov, skorpeo, yselivanov
Date 2018-05-27.22:45:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527461156.03.0.682650639539.issue33662@psf.upfronthosting.co.za>
In-reply-to
Content
"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.
History
Date User Action Args
2018-05-27 22:45:56yselivanovsetrecipients: + yselivanov, asvetlov, skorpeo
2018-05-27 22:45:56yselivanovsetmessageid: <1527461156.03.0.682650639539.issue33662@psf.upfronthosting.co.za>
2018-05-27 22:45:56yselivanovlinkissue33662 messages
2018-05-27 22:45:55yselivanovcreate