New submission from Antoine Pitrou <pit...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue8246>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to