]> 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:43:38 +0000 (15:43 -0800)
committerGitHub <noreply@github.com>
Wed, 5 Dec 2018 23:43:38 +0000 (15:43 -0800)
commit4699f2aa26b2f8befa77852e0c6fba0b474a2748
tree20ffc5fd18e08408d8a699376f4c67f28458968d
parent2997fa42bbd7a079a316b9acb134c5d9d12f05ee
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