]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-117657: Skip test when running under TSan (GH-121549) (GH-121553)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 9 Jul 2024 21:37:30 +0000 (23:37 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Jul 2024 21:37:30 +0000 (21:37 +0000)
commiteae8fa1178b0c1e7d5718c416577ceeb4b05be76
tree140309c0e370f9b42bbc7b784538d35fe2e435d0
parent2f1538316138425b453d698adac031d4093fa885
[3.13] gh-117657: Skip test when running under TSan (GH-121549) (GH-121553)

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
(cherry picked from commit 04397434aad9b31328785e17ac7b3a2d5097269b)

Co-authored-by: Sam Gross <colesbury@gmail.com>
Lib/test/test_concurrent_futures/test_init.py
Lib/test/test_multiprocessing_fork/__init__.py