]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118495: Skip test using threads after forking when running with TSAN (#118530)
authormpage <mpage@meta.com>
Fri, 3 May 2024 15:14:26 +0000 (08:14 -0700)
committerGitHub <noreply@github.com>
Fri, 3 May 2024 15:14:26 +0000 (11:14 -0400)
commit3e818afb9b7c557aa633aeb3d5c4959750feeab0
treed31ec34bce7d2e0ea96f9d39b7e14f8d88bd37e5
parent2dae505e87e3815f087d4b07a71bb2c5cce22304
gh-118495: Skip test using threads after forking when running with TSAN (#118530)

This is unsupported. Note that `skip_unless_reliable_fork()` checks for
the conditions used by the decorators that were removed, along with checking
for TSAN.
Lib/test/test_threading.py