Skip to content

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

Merged
ngoldbaum merged 1 commit intonumpy:mainfrom
seberg:iter-cleanup
Jun 20, 2023
Merged

BUG: Fix reduction return NULL to be goto fail#24004
ngoldbaum merged 1 commit intonumpy:mainfrom
seberg:iter-cleanup

Conversation

@seberg
Copy link
Member

@seberg seberg commented Jun 20, 2023

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
@seberg seberg added 00 - Bug 09 - Backport-Candidate PRs tagged should be backported labels Jun 20, 2023
@seberg seberg added this to the 1.25.1 release milestone Jun 20, 2023
@ngoldbaum
Copy link
Member

Thanks for catching this!

@ngoldbaum ngoldbaum merged commit bb205a1 into numpy:main Jun 20, 2023
@seberg seberg deleted the iter-cleanup branch June 20, 2023 17:07
@charris charris changed the title BUG: Fix reduction return NULL to be goto fail BUG: Fix reduction return NULL to be goto fail Jun 24, 2023
@charris charris removed the 09 - Backport-Candidate PRs tagged should be backported label Jun 24, 2023
@charris charris removed this from the 1.25.1 release milestone Jun 24, 2023
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: Reductions fail full cleanup on some errors

3 participants