8000 BUG: Make np.nonzero threading safe by charris · Pull Request #28385 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

BUG: Make np.nonzero threading safe #28385

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Feb 23, 2025
Prev Previous commit
Next Next commit
more suppressions
  • Loading branch information
eendebakpt authored and charris committed Feb 23, 2025
commit 336a2c3012d6fb8497f522339edb99dc5051a279
5 changes: 3 additions & 2 deletions tools/ci/tsan_suppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
# These warnings trigger directly in a CPython function.

# For np.nonzero, see gh-28361
race:lowlevel_strided_loops.c.src
#race:lowlevel_strided_loops.c.src
race:PyArray_Nonzero
race:count_nonzero_int
race:count_nonzero_bool
race:count_nonzero_float

race:DOUBLE_nonzero

0