Skip to content

BUG: Fix some leaks found via LeakSanitizer (#30756)#30827

Merged
charris merged 1 commit intonumpy:maintenance/2.4.xfrom
charris:backport-30756
Feb 12, 2026
Merged

BUG: Fix some leaks found via LeakSanitizer (#30756)#30827
charris merged 1 commit intonumpy:maintenance/2.4.xfrom
charris:backport-30756

Conversation

@charris
Copy link
Copy Markdown
Member

@charris charris commented Feb 12, 2026

Backport of #30756.

The ref leak in PyUFunc_AddLoopFromSpec_int was the one reported when running python -c 'import numpy' with AddressSanitizer+LeakSanitizer enabled.
The other ones were found by searching for the same pattern.

@charris charris added this to the 2.4.3 release milestone Feb 12, 2026
@charris charris added 00 - Bug 08 - Backport Used to tag backport PRs labels Feb 12, 2026
@charris charris merged commit a438484 into numpy:maintenance/2.4.x Feb 12, 2026
74 checks passed
@charris charris deleted the backport-30756 branch February 12, 2026 21:22
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