mirror of
https://github.com/python/cpython.git
synced 2025-10-02 05:12:23 +00:00
Use stderr instead of stdout for warning.
This commit is contained in:
parent
f7b5def8b4
commit
686e56bcf1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue