]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35363: test_eintr runs eintr_tester.py in verbose mode (GH-10965)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 5 Dec 2018 23:35:43 +0000 (15:35 -0800)
committerGitHub <noreply@github.com>
Wed, 5 Dec 2018 23:35:43 +0000 (15:35 -0800)
commit0fc3b2fe010e42a8c146fb84924e9fd33c6f4e29
treedd250d2995e2a81530aec8759f691f5eebf719b7
parent022d7bc7ccad5b3b3c62450731142e250f1e547d
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.
(cherry picked from commit aa8ae904ad2f576f8e7b38a9a6542d3e9a569be9)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Lib/test/test_eintr.py