-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-114100: Remove superfluous writing to fd 1 in test_pty #114647
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-114100: Remove superfluous writing to fd 1 in test_pty #114647
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. This changes makes sense to me, because
1: We do not see output of the test now.
2: We make sure that right data is written to fd.
Closing #114645 because this approach is better.
Thanks Serhiy.
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…onGH-114647) (cherry picked from commit 7a47054) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…onGH-114647) (cherry picked from commit 7a47054) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-114655 is a backport of this pull request to the 3.12 branch. |
GH-114656 is a backport of this pull request to the 3.11 branch. |
test_pty
prints unnecessary information #114100