FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

BUG: fix data race in np.repeat by charris · Pull Request #28209 · numpy/numpy · GitHub

/ numpy Public

BUG: fix data race in np.repeat - #28209

Merged
charris merged 3 commits into
numpy:maintenance/2.2.xfrom
charris:backport-28203
Jan 21, 2025
Merged

charris merged 3 commits into
numpy:maintenance/2.2.xfrom
charris:backport-28203

Conversation

charris commented Jan 21, 2025

Copy link
Copy Markdown
Member

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 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 added this to the 2.2.3 release milestone Jan 21, 2025
charris changed the title Backport 28203 BUG: fix data race in np.repeat Jan 21, 2025
charris merged commit c91e905 into numpy:maintenance/2.2.x Jan 21, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL