summaryrefslogtreecommitdiffstats
path: root/Python/instruction_sequence.c
diff options
context:
space:
mode:
authorBrett Simmers <swtaarrs@users.noreply.github.com>2024-05-09 21:02:39 (GMT)
committerGitHub <noreply@github.com>2024-05-09 21:02:39 (GMT)
commit98ff3f65c0232f31df89ebb52b244625ec9e3eb6 (patch)
tree7acebcc1627c4f9886b8f67021e2d8c8eb645073 /Python/instruction_sequence.c
parent1b1db2fd9a531e26b79b34667bccfb938c4d184d (diff)
downloadcpython-98ff3f65c0232f31df89ebb52b244625ec9e3eb6.zip
cpython-98ff3f65c0232f31df89ebb52b244625ec9e3eb6.tar.gz
cpython-98ff3f65c0232f31df89ebb52b244625ec9e3eb6.tar.bz2
gh-117657: Replace TSAN suppresions with more specific rules (#118722)
Using `race:` filters out warnings if the function appears anywhere in the stack trace. This can hide a lot of unrelated warnings, especially for a function like `_PyEval_EvalFrameDefault`, which is somewhere on the stack more often than not. Change all free-threaded suppressions to `race_top:`, which only matches the top frame, and add any new suppressions this exposes.
Diffstat (limited to 'Python/instruction_sequence.c')
0 files changed, 0 insertions, 0 deletions