commit | aa8ae904ad2f576f8e7b38a9a6542d3e9a569be9 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Thu Dec 06 00:18:30 2018 +0100 |
committer | GitHub <noreply@github.com> | Thu Dec 06 00:18:30 2018 +0100 |
tree | 4df5175dbef96fc73d25daa7d7f54e2b639c10e7 | |
parent | 848acf7249b5669d73d70a7cb6e5ab60689cf825 [diff] |
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.