commit | 0fc3b2fe010e42a8c146fb84924e9fd33c6f4e29 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Dec 05 15:35:43 2018 -0800 |
committer | GitHub <noreply@github.com> | Wed Dec 05 15:35:43 2018 -0800 |
tree | dd250d2995e2a81530aec8759f691f5eebf719b7 | |
parent | 022d7bc7ccad5b3b3c62450731142e250f1e547d [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. (cherry picked from commit aa8ae904ad2f576f8e7b38a9a6542d3e9a569be9) Co-authored-by: Victor Stinner <vstinner@redhat.com>