Vyas Ramasubramani
Vyas Ramasubramani
Sad, but not surprising. Just wanted to check since I did close a couple of related issues over the past week where COW definitely does fix them, but many others...
I think we should revisit this once we switch over to testing with copy-on-write behavior in pandas 3.0. With that and the column refactoring in cudf we ought to be...
Related: #13532
> In this case the right thing to do is using __dealloc__. Right, that's why I added > If all __del__ is doing is deleting a C object, perhaps it...
Is this a feature request that we should be making upstream? I'm happy to open a CPython issue. As per [the CPython docs](https://docs.python.org/3/c-api/stable.html#limited-api-scope-and-performance): > The goal for the Limited API...
[I opened a discussion](https://discuss.python.org/t/support-using-the-tp-finalize-slot-of-a-pyobject-in-the-limited-api/69729) and can follow up with a cpython issue if the discussion leads somewhere useful.
CC @martindurant in case you have thoughts here.
> it looked as though this will require very little change from our end, we'll be able to switch over to pylibcudf without issue I'd hope for the shift to...
I was taking a peek at the code base here since I don't know it very well, and the answer depends a bit on exactly how you want to integrate....