]> granicus.if.org Git - python/commit
Issue #23485: Fix test_signal, select.select() now retries the syscall if the
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 30 Mar 2015 20:09:14 +0000 (22:09 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 30 Mar 2015 20:09:14 +0000 (22:09 +0200)
commit749a6a85c645648199eb4e855a9537a8b703ffeb
treea29d20aaa108a61fbe9ade91921dd90cf579d9eb
parent9b16666f2f4a9ee1a586f70772cad6ed80419ec5
Issue #23485: Fix test_signal, select.select() now retries the syscall if the
signal handler does not raise an exception
Lib/test/test_signal.py