-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
BUG: Fix incorrect/missing reference cleanups found using valgrind #12624
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
3b69c78
BUG: Fix incorrect/missing reference cleanups found using valgrind
seberg defdc74
BUG: Add missing DECREF to datetime metadata fetcher
seberg 71803e6
BUG: Fix some smaller memory leaks in various places
seberg 040c5e3
BUG: Add missing free to ufunc axis remapping auxiliar data
seberg 67e89c6
BUG: Add missing decrefs for the vectorized string functions
seberg a12e392
BUG: Remove unnecessary dtype incref in FromArray view path
seberg aae353a
TST: decref temporary in getset_numericops test
seberg d37b17b
BUG: Remove spurious incref in ufunc reductions with memory overlap
seberg 8a68950
TST: Resolve circular/recursive references in test_arrayprint
seberg f152795
BUG: Fix incorrect cleanup iterators in nditer_constr.c
seberg 340ebea
TST: Missing dtype decref in _struct_ufunc_tests
seberg 3c6cb19
BUG: Fix two descriptor related leaks
seberg 2e51fdd
BUG: Missing decref of new descr in `_use_inherit` error paths
seberg 13868b1
BUG: Fix leaks timedelta from object array dtype construction
seberg 0f1500a
BUG: Add missing names decref to argsort/argpartition (sort is good)
seberg 4732c1b
Fixup for commit 67e89c68876a37109b1288932976df1ef2225b59
seberg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev
Previous commit
Fixup for commit 67e89c6
The XDECREF is not required, the type cannot be NULL.
- Loading branch information
commit 4732c1be2da093711ab544f6e0a302b9d7ee4bcb
There are no files selected for viewing
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.