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 eeb8e6a commit 152c675Copy full SHA for 152c675
1 file changed
Lib/test/_test_multiprocessing.py
@@ -3889,7 +3889,7 @@ def test_context(self):
3889
self.assertTrue(b.closed)
3890
self.assertRaises(OSError, a.recv)
3891
self.assertRaises(OSError, b.recv)
3892
-
+
3893
@warnings_helper.ignore_fork_in_thread_deprecation_warnings()
3894
def test_wait_empty(self):
3895
# gh-145587: wait() with empty list should respect timeout
0 commit comments