summaryrefslogtreecommitdiffstats
path: root/Python/errors.c
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-05-09 21:36:25 (GMT)
committerGitHub <noreply@github.com>2024-05-09 21:36:25 (GMT)
commit982c73a33edf6c1348812c1794a95c20c0c2d906 (patch)
treebbfe55249ac49ca02b5983a9f590cccac13c04d6 /Python/errors.c
parentd4c6948340463e4da629822394b84921ff48c24f (diff)
downloadcpython-982c73a33edf6c1348812c1794a95c20c0c2d906.zip
cpython-982c73a33edf6c1348812c1794a95c20c0c2d906.tar.gz
cpython-982c73a33edf6c1348812c1794a95c20c0c2d906.tar.bz2
[3.13] gh-117657: Replace TSAN suppresions with more specific rules (GH-118722) (#118870)
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. (cherry picked from commit 98ff3f65c0232f31df89ebb52b244625ec9e3eb6) Co-authored-by: Brett Simmers <swtaarrs@users.noreply.github.com>
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions