]> 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:39:44 +0000 (13:39 -0700)
committerGregory P. Smith <greg@krypto.org>
Thu, 29 Aug 2013 20:39:44 +0000 (13:39 -0700)
commit6cc50391a600b010d3cdc944d5355c93654da43f
tree8b60055f9cb07ba6956d0450a62f21df7626cc43
parent2f43d07454794cc0b91593d4a03423c94d935a13
parentdee0434e2fb030df448770199627e87c9e06a6bf
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