]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117657: Add TSAN suppressions for the free-threaded build (#117736)
authormpage <mpage@meta.com>
Mon, 15 Apr 2024 16:08:25 +0000 (09:08 -0700)
committerGitHub <noreply@github.com>
Mon, 15 Apr 2024 16:08:25 +0000 (12:08 -0400)
commit47832067da54385c6cd5ad0f4f9d7f7dc69ebdb2
tree7a91a554840e1b2a7189b984dddc3701ac502528
parent0823f4361850145152a94e9086bede6a000d8a4a
gh-117657: Add TSAN suppressions for the free-threaded build (#117736)

Additionally, reduce the iterations for a few weakref tests that would
otherwise take a prohibitively long amount of time (> 1 hour) when TSAN
is enabled and the GIL is disabled.
.github/workflows/build.yml
.github/workflows/reusable-tsan.yml
Lib/test/test_weakref.py
Tools/tsan/suppressions_free_threading.txt [new file with mode: 0644]
Tools/tsan/supressions.txt