[issue15507] test_subprocess assumes SIGINT is not being ignored.

Thomas Wouters report at bugs.python.org
Mon Jul 30 22:47:32 CEST 2012


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 <report at bugs.python.org>
<http://bugs.python.org/issue15507>
_______________________________________


More information about the Python-bugs-list mailing list