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 6d34eb0 commit 92ce41cCopy full SHA for 92ce41c
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