Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python/cpython
/ setup_tsan_parallel_tests
Function
setup_tsan_parallel_tests
Lib/test/libregrtest/tsan.py:47–49 ·
view source on GitHub ↗
(cmdline_args)
Source
from the content-addressed store, hash-verified
45
cmdline_args[:] = TSAN_TESTS[:]
46
47
def
setup_tsan_parallel_tests(cmdline_args) -> None:
48
if
not cmdline_args:
49
cmdline_args[:] = TSAN_PARALLEL_TESTS[:]
Callers
1
find_tests
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…