Will Froom
Will Froom
Hi @wjakob, I did read the documentation about `nb::deleter` and did try updating the `__init__` method for `OuterClass` to consume a `std::unique_ptr` (among other combinations) and I still hit the...
Adding `del inner_class` before trying to use the wrapped inner class does indeed stop the error being raised.
Hi @michaeldeistler, the particular slow down in `0.7.1` looks like the same root cause as #31284, which I have a in-flight fix for here: https://github.com/openxla/xla/pull/30679, I will look into the...