]> granicus.if.org Git - python/commit
Issue #12429: Skip interrupted write tests on FreeBSD <= 7
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Jul 2011 09:44:46 +0000 (11:44 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Jul 2011 09:44:46 +0000 (11:44 +0200)
commit49d495fa257c6f60381945df10d71ba242b32a52
treee3f9c6997678c04908da005f38bf4ad60f167ba2
parenteee1048e7b3ed47b2dc76db8bd9dcd7d4dffd94b
Issue #12429: Skip interrupted write tests on FreeBSD <= 7

On FreeBSD, the SIGALRM signal is sometimes received by the reader thread.
Lib/test/test_io.py