]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41818: Make test_openpty() avoid unexpected success due to number of rows and...
authorSoumendra Ganguly <67527439+8vasu@users.noreply.github.com>
Fri, 27 Nov 2020 10:16:41 +0000 (04:16 -0600)
committerGitHub <noreply@github.com>
Fri, 27 Nov 2020 10:16:41 +0000 (12:16 +0200)
commitf5a19ead4ba8c81cc27d5a530f830f4709ce240e
tree1207a47c33c9dd479f8adc0439d501ddca550e07
parentc8aaf71dde4888864c0c351e2f935f87652c3d54
bpo-41818: Make test_openpty() avoid unexpected success due to number of rows and/or number of columns being == 0. (GH-23526)
Lib/test/test_pty.py
Misc/NEWS.d/next/Library/2020-11-27-09-19-43.bpo-41818.KWYUbL.rst [new file with mode: 0644]