]> granicus.if.org Git - python/commit
Issue #25122: Remove verbose mode of test_eintr
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 28 Sep 2015 13:04:11 +0000 (15:04 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 28 Sep 2015 13:04:11 +0000 (15:04 +0200)
commitff6ee25102acbfa61e30a410c3fc75311a3413f0
treef316e3fcfdbf78ee65bb42a547e8d5bbccb7f29e
parent2cf2aacdcdeb87a12cd80e8b1d8dd4a14581b9f2
Issue #25122: Remove verbose mode of test_eintr

"./python -m test -W test_eintr" wrote Lib/test/eintrdata/eintr_tester.py
output to stdout which was not expected.

Since test_eintr doesn't hang anymore, remove the verbose mode instead.
Lib/test/test_eintr.py