]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-85984: Utilize new "winsize" functions from termios in pty tests. (#101831)
authorSoumendra Ganguly <67527439+8vasu@users.noreply.github.com>
Sun, 12 Feb 2023 05:24:43 +0000 (23:24 -0600)
committerGitHub <noreply@github.com>
Sun, 12 Feb 2023 05:24:43 +0000 (21:24 -0800)
commitda2fb9264315dc30ac3012b4dbf5ba76d3f34433
tree70f5f02bcd907a1d273aa6adcd7f3f4b559c9615
parent1d194235e4d5981b5fea25c75318d61189103a58
gh-85984: Utilize new "winsize" functions from termios in pty tests. (#101831)

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

Signed-off-by: Soumendra Ganguly <soumendraganguly@gmail.com>
Co-authored-by: Gregory P. Smith <greg@krypto.org>
Lib/test/test_pty.py
Misc/NEWS.d/next/Tests/2023-02-11-22-36-10.gh-issue-85984.EVXjT9.rst [new file with mode: 0644]