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
try to suppress
  • Loading branch information
eendebakpt authored and charris committed Feb 23, 2025
commit 2c9afc69d50a01d1d8ab8829601aedea68b54232
5 changes: 5 additions & 0 deletions tools/ci/tsan_suppressions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@

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


0