[New-bugs-announce] [issue8246] test_signal in test_subprocess displays traceback

Antoine Pitrou report at bugs.python.org
Sat Mar 27 19:32:21 CET 2010


New submission from Antoine Pitrou <pitrou at free.fr>:

test_signal in test_subprocess doesn't mute the subprocess stderr, which gives output such as:

test_subprocess
.
    this bit of output is from a test of stdout in a different process ...
.
    this bit of output is from a test of stdout in a different process ...
.
    this bit of output is from a test of stdout in a different process ...
Traceback (most recent call last):
  File "<string>", line 1, in <module>
KeyboardInterrupt
Traceback (most recent call last):
  File "<string>", line 1, in <module>
KeyboardInterrupt

----------
components: Tests
messages: 101836
nosy: flox, gps, pitrou
priority: low
severity: normal
stage: needs patch
status: open
title: test_signal in test_subprocess displays traceback
type: behavior
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8246>
_______________________________________


More information about the New-bugs-announce mailing list