diff options
author | Soumendra Ganguly <67527439+8vasu@users.noreply.github.com> | 2023-02-12 05:24:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-12 05:24:43 (GMT) |
commit | da2fb9264315dc30ac3012b4dbf5ba76d3f34433 (patch) | |
tree | 70f5f02bcd907a1d273aa6adcd7f3f4b559c9615 /Misc | |
parent | 1d194235e4d5981b5fea25c75318d61189103a58 (diff) | |
download | cpython-da2fb9264315dc30ac3012b4dbf5ba76d3f34433.zip cpython-da2fb9264315dc30ac3012b4dbf5ba76d3f34433.tar.gz cpython-da2fb9264315dc30ac3012b4dbf5ba76d3f34433.tar.bz2 |
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>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2023-02-11-22-36-10.gh-issue-85984.EVXjT9.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2023-02-11-22-36-10.gh-issue-85984.EVXjT9.rst b/Misc/NEWS.d/next/Tests/2023-02-11-22-36-10.gh-issue-85984.EVXjT9.rst new file mode 100644 index 0000000..402f99e --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2023-02-11-22-36-10.gh-issue-85984.EVXjT9.rst @@ -0,0 +1 @@ +Utilize new "winsize" functions from termios in pty tests. |