ok got it. I am just thinking if we want, we can m...
# development
b
ok got it. I am just thinking if we want, we can modify python object from rust since rust has handle to python object, right? I think it's interesting that the purpose of borrow/ownership is to make sure only 1 object in rust can have a handle to some memory on heap, but if crossing the language boundary, rust cannot enforce that check. hmmm, not sure if that makes sense, nvm