mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-71052: fix test_concurrent_futures wasi regression. (#115923)
Fix the WASI test_concurrent_futures regression from #115917.
This commit is contained in:
parent
6d34eb0e36
commit
92ce41cce1
1 changed files with 5 additions and 1 deletions
|
|
@ -1,7 +1,11 @@
|
|||
import os.path
|
||||
import unittest
|
||||
from test import support
|
||||
from test.support import import_helper
|
||||
from test.support import threading_helper
|
||||
|
||||
|
||||
# Adjust if we ever have a platform with processes but not threads.
|
||||
threading_helper.requires_working_threading(module=True)
|
||||
|
||||
|
||||
if support.check_sanitizer(address=True, memory=True):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue