Skip to content

BUG: Fix auxdata initialization in ufunc slow path#28120

Merged
charris merged 1 commit intonumpy:maintenance/2.2.xfrom
charris:backport-28118
Jan 7, 2025
Merged

BUG: Fix auxdata initialization in ufunc slow path#28120
charris merged 1 commit intonumpy:maintenance/2.2.xfrom
charris:backport-28118

Conversation

@charris
Copy link
Copy Markdown
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
@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