Kaydet (Commit) 3fa3b001 authored tarafından Florent Xicluna's avatar Florent Xicluna

Silence warning about 1/0

üst 7968f26b
......@@ -2484,7 +2484,7 @@ class SignalsTest(unittest.TestCase):
signal.signal(signal.SIGALRM, self.oldalrm)
def alarm_interrupt(self, sig, frame):
1/0
1 // 0
@unittest.skipUnless(threading, 'Threading required for this test.')
def check_interrupted_write(self, item, bytes, **fdopen_kwargs):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment