summaryrefslogtreecommitdiffstats
path: root/Python/bytecodes.c
diff options
context:
space:
mode:
authorSam Gross <colesbury@gmail.com>2025-02-11 21:53:08 (GMT)
committerGitHub <noreply@github.com>2025-02-11 21:53:08 (GMT)
commitf151d271591ec525eaf01fa7b128e575374888b9 (patch)
treebb6d74fcad012cea7882a7a9061b6c3470a4d7dc /Python/bytecodes.c
parented816f1a7088f5e85d9b27ed5828408dff007d18 (diff)
downloadcpython-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