Skip to content
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

BUG: Fix reduction return NULL to be goto fail #24037

Merged
merged 1 commit into from Jun 24, 2023

Conversation

charris
Copy link
Member

@charris charris commented Jun 24, 2023

Backport of #24004.

This should clearly have been a cleanup.

Closes gh-24003


I think the following failure I mentioned is just valgrind late detecting some indirect losses with a delay for whatever reason, since it shouldn't even alloc an iterator.

This should clearly have been a cleanup.

Closes numpygh-24003
@charris charris added 00 - Bug 08 - Backport Used to tag backport PRs labels Jun 24, 2023
@charris charris added this to the 1.25.1 release milestone Jun 24, 2023
@charris charris merged commit fce6df5 into numpy:maintenance/1.25.x Jun 24, 2023
57 of 58 checks passed
@charris
Copy link
Member Author

charris commented Jun 24, 2023

The test failure is unrelated.

@charris charris deleted the backport-24004 branch June 24, 2023 22:11
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.

None yet

2 participants