Like we have #[pyclass(unsendable)] to opt-out of Send, many users will not want their pyclass to be mutable. It would be nice if we could allow them to opt-out of having PyCell as the backend, so that they don't have to deal with the performance cost.
Like we have
#[pyclass(unsendable)]to opt-out ofSend, many users will not want their pyclass to be mutable. It would be nice if we could allow them to opt-out of havingPyCellas the backend, so that they don't have to deal with the performance cost.