[issue15507] test_subprocess assumes SIGINT is not being ignored.

Richard Oudkerk report at bugs.python.org
Tue Jul 31 10:41:28 CEST 2012


Richard Oudkerk added the comment:

> Couldn't the preexec_fn argument of Popen be used instead?

Actually, since Python 3.2 you can just use "restore_signals=True".

----------

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


More information about the Python-bugs-list mailing list