-
Notifications
You must be signed in to change notification settings - Fork 2
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
base: master
Are you sure you want to change the base?
20/isin array #34
Conversation
…rors in AK_isin_array_dtype
…ranch I forgot about.
There was a problem hiding this 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.
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 |
Co-authored-by: Brandt Bucher <[email protected]>
Closes #20
Checklist