]> granicus.if.org Git - python/commit
test_io: check_interrupted_write() now cancels the alarm if ZeroDivisionError
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 15 Jul 2013 17:53:13 +0000 (19:53 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 15 Jul 2013 17:53:13 +0000 (19:53 +0200)
commit775b2dd778eb3a577076aba634d7f2afb489d63f
treedb10b2d4f4beaa81b94491ed5d559c3b701e65da
parent53510cda598125a82b643af6eca46dd0f26099b3
test_io: check_interrupted_write() now cancels the alarm if ZeroDivisionError
exception was not raised.

Before the process was killed by SIGALRM in another random test (1 second later)
Lib/test/test_io.py