]> granicus.if.org Git - python/commit
Fixes issue #15507: test_subprocess's test_send_signal could fail if the test
authorGregory P. Smith <greg@krypto.org>
Thu, 29 Aug 2013 20:35:27 +0000 (13:35 -0700)
committerGregory P. Smith <greg@krypto.org>
Thu, 29 Aug 2013 20:35:27 +0000 (13:35 -0700)
commitdee0434e2fb030df448770199627e87c9e06a6bf
tree7021c5c456ffc2a71570f1d937f38982b586b085
parente33d5b0bc8b4eeb2a3072757c83d6efc30e28599
Fixes issue #15507: test_subprocess's test_send_signal could fail if the test
runner were run in an environment where the process inherited an ignore
setting for SIGINT.  Restore the SIGINT handler to the desired
KeyboardInterrupt raising one during that test.
Lib/test/test_subprocess.py
Misc/NEWS