Thanks to visit codestin.com Credit goes to github.com
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 2dee394 commit 8e6fe64Copy full SHA for 8e6fe64
1 file changed
Lib/test/test_threading.py
@@ -624,6 +624,7 @@ def my_release_save():
624
output = "end of worker thread\nend of main thread\n"
625
self.assertScriptHasOutput(script, output)
626
627
+ @unittest.skipIf(sys.platform in platforms_to_skip, "due to known OS bug")
628
def test_6_daemon_threads(self):
629
# Check that a daemon thread cannot crash the interpreter on shutdown
630
# by manipulating internal structures that are being disposed of in
0 commit comments