New submission from Thomas Wouters:

test_subprocess's test_send_signal assumes SIGINT is not being ignored, by 
spawning a new process and expecting it to have the default SIGINT handler . 
SIGINT can be set to SIG_IGN if the process running the test inherited it from 
the parent process.

----------
components: Tests
messages: 166921
nosy: twouters
priority: normal
severity: normal
status: open
title: test_subprocess assumes SIGINT is not being ignored.
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15507>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to