8000 BUG: Fix auxdata initialization in ufunc slow path by charris · Pull Request #28120 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

BUG: Fix auxdata initialization in ufunc slow path #28120

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 1 commit into from
Jan 7, 2025

Conversation

charris
Copy link
Member
@charris charris commented Jan 7, 2025

Backport of #28118.

The reason this was not found earlier is that auxdata is currently set by most function and the fast path seems to be taken a shocking amount of times.
There are no further similar missing inits.

Closes gh-28117

The reason this was not found earlier is that auxdata is currently
set by most function and the fast path seems to be taken a shocking
amount of times.
There are no further similar missing inits.

Closes numpygh-28117
@charris charris added 00 - Bug 08 - Backport Used to tag backport PRs labels Jan 7, 2025
@charris charris added this to the 2.2.2 release milestone Jan 7, 2025
@charris charris merged commit e54e961 into numpy:maintenance/2.2.x Jan 7, 2025
68 checks passed
@charris charris deleted the backport-28118 branch January 7, 2025 16:14
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0