Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islingtonmiss-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.

@ambvambv merged commit aaeaf01 into python:3.11May 19, 2023
@miss-islingtonmiss-islington deleted the backport-da2fb92-3.11 branch May 19, 2023 13:58
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@miss-islington@ambv@bedevere-bot@8vasu