commit | 6cc50391a600b010d3cdc944d5355c93654da43f | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@krypto.org> | Thu Aug 29 13:39:44 2013 -0700 |
committer | Gregory P. Smith <greg@krypto.org> | Thu Aug 29 13:39:44 2013 -0700 |
tree | 8b60055f9cb07ba6956d0450a62f21df7626cc43 | |
parent | 2f43d07454794cc0b91593d4a03423c94d935a13 [diff] | |
parent | dee0434e2fb030df448770199627e87c9e06a6bf [diff] |
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.