GC traverse and clear should traverse plain structs
robert3005 opened this issue · 0 comments
robert3005 commented
Right now we will not traverse things like std.ArrayList(py.PyObject)
but we should. This should be easy enough, if the object is not a pydust object then we should traverse its fields