]> granicus.if.org Git - python/commit
Workaround #3137: Retry SIGINT if it is not received the first time.
authorFlorent Xicluna <florent.xicluna@gmail.com>
Fri, 5 Mar 2010 00:47:40 +0000 (00:47 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Fri, 5 Mar 2010 00:47:40 +0000 (00:47 +0000)
commit80e0e2d2d8e648f89e216a6fbcd9b96122a3fa69
tree4a6da03409a89504e03d525acc770241d4942cf7
parent35a3f57937a701a3b0227b71f3d7dcb7a9bfa1a2
Workaround #3137: Retry SIGINT if it is not received the first time.
test_send_signal should not hang anymore on various Linux distributions.
Lib/test/test_subprocess.py