[3.7] bpo-35363: test_eintr runs eintr_tester.py in verbose mode (GH-10965) by miss-islington · Pull Request #10966 · python/cpython

@vstinner @miss-islington

…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 aa8ae90)

Co-authored-by: Victor Stinner <vstinner@redhat.com>

vstinner