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 reference leak in niche user old user dtypes #25950

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

seberg
Copy link
Member

@seberg seberg commented Mar 6, 2024

This was just a typo, add a test for the regression (checked that it triggered it).

Closes gh-25949

This was just a typo, add a test for the regression (checked that it
triggered it).

Closes numpygh-25949
@ngoldbaum
Copy link
Member

Thanks sebastian! Sorry for missing the typo during review of the original PR...

@ngoldbaum ngoldbaum merged commit dff8cbb into numpy:main Mar 6, 2024
64 checks passed
@charris
Copy link
Member

charris commented Mar 14, 2024

@seberg This doesn't backport to 1.26.x due to missing PyArrayMethod_GetTraverseLoop. Is it safe to ignore?

@seberg
Copy link
Member Author

seberg commented Mar 14, 2024

It would make sense to backport, the name of the loop changed, though.

@seberg
Copy link
Member Author

seberg commented Mar 14, 2024

Sorry, should be called get_traverse_loop_function. If it doesn't work, I suspect that the one user already complained and has the work-around.

@charris charris removed the 09 - Backport-Candidate PRs tagged should be backported label Mar 14, 2024
@charris charris removed this from the 1.26.5 release milestone Mar 14, 2024
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: Structured arrays do not clean up properly when freed, causing memory leaks
3 participants