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 small valgrind-found issues (#18651) #18661

Merged
merged 1 commit into from Mar 21, 2021

Commits on Mar 21, 2021

  1. BUG: Fix small valgrind-found issues (numpy#18651)

    * BUG: Fix small valgrind-found issues
    
    This should be backportable. There was at least one that I could
    not reproduce when running the tests again. And the new random-shuffle
    tests give false-positives (which is just slightly annoying, considering
    that we are very close to almost only "longdouble" related
    false-positives)
    
    * BUG: Add missing decref in user-dtype fallback paths
    
    The missing decref here only leaks references and can never leak
    actual memory fortunately.
    
    * MAINT,TST: Simplify the "refcount logic" in the dispatch tests again
    
    Using SETREF can be nice, but was just overcomplicating thing here...
    seberg authored and charris committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    b9edc25 View commit details
    Browse the repository at this point in the history