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

Skip to content

BUG: Fix auxdata initialization in ufunc slow path #28118

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

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

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
@seberg seberg added the 09 - Backport-Candidate PRs tagged should be backported label Jan 7, 2025
@charris charris merged commit af103b2 into numpy:main Jan 7, 2025
68 checks passed
@charris
Copy link
Member
charris commented Jan 7, 2025

Thanks Sebastian.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: python int comparisons with byte swapping and seem to fail
2 participants
0