diff options
author | Sam Gross <colesbury@gmail.com> | 2025-02-11 21:53:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-11 21:53:08 (GMT) |
commit | f151d271591ec525eaf01fa7b128e575374888b9 (patch) | |
tree | bb6d74fcad012cea7882a7a9061b6c3470a4d7dc /Python/bytecodes.c | |
parent | ed816f1a7088f5e85d9b27ed5828408dff007d18 (diff) | |
download | cpython-f151d271591ec525eaf01fa7b128e575374888b9.zip cpython-f151d271591ec525eaf01fa7b128e575374888b9.tar.gz cpython-f151d271591ec525eaf01fa7b128e575374888b9.tar.bz2 |
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`
Diffstat (limited to 'Python/bytecodes.c')
0 files changed, 0 insertions, 0 deletions