]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-85984: Utilize new "winsize" functions from termios in pty tests. (GH-10183...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 19 May 2023 13:57:52 +0000 (06:57 -0700)
committerGitHub <noreply@github.com>
Fri, 19 May 2023 13:57:52 +0000 (15:57 +0200)
commitaaeaf01cc29fed595c7ebfbf05e1d9f7a913bdb4
treebcb05eb09352a4ccbb3319b7caff0c5a3899af5c
parentd1bfefd8de5c1fd51baec9e86e5f3bcc9ce28943
[3.11] gh-85984: Utilize new "winsize" functions from termios in pty tests. (GH-101831) (#104652)

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

(cherry picked from commit da2fb9264315dc30ac3012b4dbf5ba76d3f34433)

Co-authored-by: Soumendra Ganguly <67527439+8vasu@users.noreply.github.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]