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

20/isin array #34

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open

Conversation

chaburkland
Copy link
Collaborator

@chaburkland chaburkland commented Mar 10, 2021

Closes #20

Checklist

  • Object 1D
  • Object 2D
  • Dtype 1D unique
  • Dtype 2D unique
  • Dtype 1D non-unique
  • Dtype 2D non-unique

@chaburkland chaburkland self-assigned this Mar 10, 2021
Copy link
Collaborator

@brandtbucher brandtbucher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh boy. 🙂

I just went over this quickly during lunch. I've refrained from checking or commenting on anything except refcounts, to keep this focused.

I may have missed or falsely flagged some since I went through this so quickly. But I'm confident most of them are genuine leaks.

arraykit.c Outdated Show resolved Hide resolved
arraykit.c Outdated Show resolved Hide resolved
arraykit.c Outdated Show resolved Hide resolved
arraykit.c Outdated Show resolved Hide resolved
arraykit.c Outdated Show resolved Hide resolved
arraykit.c Outdated Show resolved Hide resolved
arraykit.c Outdated Show resolved Hide resolved
arraykit.c Outdated Show resolved Hide resolved
arraykit.c Outdated Show resolved Hide resolved
arraykit.c Outdated Show resolved Hide resolved
@chaburkland
Copy link
Collaborator Author

Thanks @brandtbucher . These comments make me realize that my understanding of Python's object reference management is virtually non-existent. I'm thinking that it would be really helpful to meet with you to talk about it since I want to understand the core design of it, so that I can intuit where (and why) these leaks are happening myself

arraykit.c Outdated Show resolved Hide resolved
Co-authored-by: Brandt Bucher <[email protected]>
@chaburkland chaburkland marked this pull request as ready for review March 26, 2021 21:49
@brandtbucher brandtbucher removed their request for review November 17, 2022 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement isin_array
2 participants