Skip to content
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

[3.11] gh-85984: Utilize new "winsize" functions from termios in pty tests. (GH-101831) #104652

Merged
merged 1 commit into from
May 19, 2023

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented May 19, 2023

Utilize new functions termios.tcgetwinsize() and termios.tcsetwinsize in test_pty.py.

(cherry picked from commit da2fb92)

Co-authored-by: Soumendra Ganguly 67527439+8vasu@users.noreply.github.com
Signed-off-by: Soumendra Ganguly soumendraganguly@gmail.com
Co-authored-by: Gregory P. Smith greg@krypto.org

…ests. (pythonGH-101831)

Utilize new functions termios.tcgetwinsize() and termios.tcsetwinsize in test_pty.py.

(cherry picked from commit da2fb92)

Co-authored-by: Soumendra Ganguly <67527439+8vasu@users.noreply.github.com>
Signed-off-by: Soumendra Ganguly <soumendraganguly@gmail.com>
Co-authored-by: Gregory P. Smith <greg@krypto.org>
@ambv
Copy link
Contributor

ambv commented May 19, 2023

The new functions are available in 3.11 so it makes sense to backport the test changes there, too, so that I can land other pty changes without conflicting on tests.

@ambv ambv merged commit aaeaf01 into python:3.11 May 19, 2023
@miss-islington miss-islington deleted the backport-da2fb92-3.11 branch May 19, 2023 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants