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 dd12305 commit f65e1c4Copy full SHA for f65e1c4
Lib/test/test_concurrent_futures/__init__.py
@@ -5,7 +5,7 @@
5
6
7
# Adjust if we ever have a platform with processes but not threads.
8
-threading_helper.requires_working_threading()
+threading_helper.requires_working_threading(module=True)
9
10
11
if support.check_sanitizer(address=True, memory=True):
0 commit comments