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.
test_finalize_daemon_thread_hang
1 parent 0d0d0af commit 7e581d5Copy full SHA for 7e581d5
Lib/test/test_threading.py
@@ -1284,12 +1284,6 @@ def f():
1284
1285
@cpython_only
1286
def test_finalize_daemon_thread_hang(self):
1287
- if support.check_sanitizer(thread=True, memory=True):
1288
- # the thread running `time.sleep(100)` below will still be alive
1289
- # at process exit
1290
- self.skipTest(
1291
- "https://github.com/python/cpython/issues/124878 - Known"
1292
- " race condition that TSAN identifies.")
1293
# gh-87135: tests that daemon threads hang during finalization
1294
script = textwrap.dedent('''
1295
import os
0 commit comments