cpython/Tools/tsan
Sam Gross f151d27159
gh-117657: Enable test_opcache under TSAN (GH-129831)
Fix a few thread-safety bugs to enable test_opcache when run with TSAN:

 * Use relaxed atomics when clearing `ht->_spec_cache.getitem`
   (gh-115999)
 * Add temporary suppression for type slot modifications (gh-127266)
 * Use atomic load when reading `*dictptr`
2025-02-11 16:53:08 -05:00
..
suppressions.txt Merge TSAN test matrices in CI (#123278) 2025-01-29 11:16:51 +02:00
suppressions_free_threading.txt gh-117657: Enable test_opcache under TSAN (GH-129831) 2025-02-11 16:53:08 -05:00