FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

BUG: Fix some leaks found via LeakSanitizer (#30756) by charris · Pull Request #30827 · numpy/numpy · GitHub

/ numpy Public

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

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

charris merged 1 commit into
numpy:maintenance/2.4.xfrom
charris:backport-30756

Conversation

charris commented Feb 12, 2026

Copy link
Copy Markdown
Member

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 added this to the 2.4.3 release milestone Feb 12, 2026
charris added 00 - Bug 08 - Backport Used to tag backport PRs labels Feb 12, 2026
charris merged commit a438484 into numpy:maintenance/2.4.x Feb 12, 2026
74 checks passed
charris deleted the backport-30756 branch February 12, 2026 21:22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL