| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…ythonGH-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. (cherry picked from commit 98ff3f6) Co-authored-by: Brett Simmers <swtaarrs@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
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 98ff3f6)
Co-authored-by: Brett Simmers swtaarrs@users.noreply.github.com