]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117657: Skip test when running under TSan (GH-121549)
authorSam Gross <colesbury@gmail.com>
Tue, 9 Jul 2024 21:12:45 +0000 (17:12 -0400)
committerGitHub <noreply@github.com>
Tue, 9 Jul 2024 21:12:45 +0000 (14:12 -0700)
commit04397434aad9b31328785e17ac7b3a2d5097269b
tree3ece3361b7930ee866b8d7aeec77df52b65001c2
parent9c08f40a613d9aee78de4ce4ec3e125d1496d148
gh-117657: Skip test when running under TSan (GH-121549)

The ProcessPoolForkserver combined with resource_tracker starts a thread
after forking, which is not supported by TSan.

Also skip test_multiprocessing_fork for the same reason
Lib/test/test_concurrent_futures/test_init.py
Lib/test/test_multiprocessing_fork/__init__.py