Skip to content

BUG: fix data race in np.repeat #28209

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 3 commits into from
Jan 21, 2025
Merged

Conversation

charris
Copy link
Member

@charris charris commented Jan 21, 2025

Backport of #28203.

Fixes #28197.

The change to run_threaded is unrelated but needed for the way I wrote the test to avoid duplicating keyword arguments. My fault for introducing two keywords that do the same thing 🙃.

@charris charris added 00 - Bug 08 - Backport Used to tag backport PRs 39 - free-threading PRs and issues related to support for free-threading CPython (a.k.a. no-GIL, PEP 703) labels Jan 21, 2025
@charris charris added this to the 2.2.3 release milestone Jan 21, 2025
@charris charris changed the title Backport 28203 BUG: fix data race in np.repeat Jan 21, 2025
@charris charris merged commit c91e905 into numpy:maintenance/2.2.x Jan 21, 2025
68 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
00 - Bug 08 - Backport Used to tag backport PRs 39 - free-threading PRs and issues related to support for free-threading CPython (a.k.a. no-GIL, PEP 703)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants