diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-05-09 21:36:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-09 21:36:25 (GMT) |
commit | 982c73a33edf6c1348812c1794a95c20c0c2d906 (patch) | |
tree | bbfe55249ac49ca02b5983a9f590cccac13c04d6 /Python/optimizer.c | |
parent | d4c6948340463e4da629822394b84921ff48c24f (diff) | |
download | cpython-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/optimizer.c')
0 files changed, 0 insertions, 0 deletions