Kaydet (Commit) 686e56bc authored tarafından Stefan Krah's avatar Stefan Krah

Use stderr instead of stdout for warning.

üst f7b5def8
......@@ -450,7 +450,7 @@ class ItimerTest(unittest.TestCase):
if signal.getitimer(self.itimer) == (0.0, 0.0):
break # sig_vtalrm handler stopped this itimer
else: # Issue 8424
sys.stdout.write("test_itimer_virtual: timeout: likely cause: "
sys.stderr.write("test_itimer_virtual: timeout: likely cause: "
"machine too slow or load too high.\n")
return
......
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