]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35363: test_eintr runs eintr_tester.py in verbose mode (GH-10965)
authorVictor Stinner <vstinner@redhat.com>
Wed, 5 Dec 2018 23:18:30 +0000 (00:18 +0100)
committerGitHub <noreply@github.com>
Wed, 5 Dec 2018 23:18:30 +0000 (00:18 +0100)
commitaa8ae904ad2f576f8e7b38a9a6542d3e9a569be9
tree4df5175dbef96fc73d25daa7d7f54e2b639c10e7
parent848acf7249b5669d73d70a7cb6e5ab60689cf825
bpo-35363: test_eintr runs eintr_tester.py in verbose mode (GH-10965)

Moreover, "python3 -m test test_eintr -v" now avoids redirecting
stdout/stderr to a pipe, the child process inherits stdout/stderr
from the parent.
Lib/test/test_eintr.py