]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41818: Fix test_master_read() so that it succeeds on all platforms that either...
authorSoumendra Ganguly <67527439+8vasu@users.noreply.github.com>
Sat, 28 Nov 2020 21:04:20 +0000 (15:04 -0600)
committerGitHub <noreply@github.com>
Sat, 28 Nov 2020 21:04:20 +0000 (23:04 +0200)
commit74311aeb45b52cc145d27d9fca99f01874d6882d
tree6269773b09698f393af9747331321e9f6166109a
parentaa1b8a168d8b8dc1dfc426364b7b664501302958
bpo-41818: Fix test_master_read() so that it succeeds on all platforms that either raise OSError or return b"" upon reading from master (GH-23536)

Signed-off-by: Soumendra Ganguly <soumendraganguly@gmail.com>
Lib/test/test_pty.py
Misc/NEWS.d/next/Library/2020-11-28-06-34-53.bpo-41818.mFSMc2.rst [new file with mode: 0644]