]> 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:48:17 +0000 (11:48 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Jul 2011 09:48:17 +0000 (11:48 +0200)
commitcd1aa0d5eaab7edce2b42705a05532c41c8d0a0a
tree84cbb7e38b9de1df833b7b739e0fb6974fe4996b
parent4143535d865b103ebe6cbce51287a63f9538afd3
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