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 b329019 commit 8a325d3Copy full SHA for 8a325d3
Lib/test/test_concurrent_futures/test_shutdown.py
@@ -49,6 +49,7 @@ def test_interpreter_shutdown(self):
49
self.assertFalse(err)
50
self.assertEqual(out.strip(), b"apple")
51
52
+ @support.force_not_colorized
53
def test_submit_after_interpreter_shutdown(self):
54
# Test the atexit hook for shutdown of worker threads and processes
55
rc, out, err = assert_python_ok('-c', """if 1:
0 commit comments