We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9a0b6 commit 19db581Copy full SHA for 19db581
Lib/test/test_cmd_line.py
@@ -483,6 +483,7 @@ def test_unmached_quote(self):
483
self.assertRegex(err.decode('ascii', 'ignore'), 'SyntaxError')
484
self.assertEqual(b'', out)
485
486
+ @force_not_colorized
487
def test_stdout_flush_at_shutdown(self):
488
# Issue #5319: if stdout.flush() fails at shutdown, an error should
489
# be printed out.
0 commit comments