8000
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 12eff08 commit 3029520Copy full SHA for 3029520
Lib/test/test_concurrent_futures/__init__.py
@@ -1,7 +1,11 @@
1
import os.path
2
import unittest
3
from test import support
4
-from test.support import import_helper
+from test.support import threading_helper
5
+
6
7
+# Adjust if we ever have a platform with processes but not threads.
8
+threading_helper.requires_working_threading(module=True)
9
10
11
if support.check_sanitizer(address=True, memory=True):
0 commit comments