Thomas Wouters added the comment:

Patch attached to (briefly) set signal.SIGINT to the default in the test.

It may make sense to add a feature to subprocess.Popen to ignore/unignore 
signals (it should only need to support SIG_DFL and SIG_IGN, not other signal 
handlers, considering there'll be an exec right after.)

----------
keywords: +patch
stage:  -> patch review
Added file: http://bugs.python.org/file26605/subprocess.patch

_______________________________________
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