]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-130605: reenable `test_concurrent_futures` tests under TSAN (#135790)
authorKumar Aditya <kumaraditya@python.org>
Sat, 21 Jun 2025 16:33:17 +0000 (22:03 +0530)
committerGitHub <noreply@github.com>
Sat, 21 Jun 2025 16:33:17 +0000 (22:03 +0530)
Lib/test/libregrtest/tsan.py

index d984a735bdf92f98ae7ac2007013f1e4d872938c..3545c5f999ff7099ab50a527d2dbe5b1d7505d90 100644 (file)
@@ -8,7 +8,7 @@ TSAN_TESTS = [
     'test_capi.test_pyatomic',
     'test_code',
     'test_ctypes',
-    # 'test_concurrent_futures',  # gh-130605: too many data races
+    'test_concurrent_futures',
     'test_enum',
     'test_functools',
     'test_httpservers',