Open
Description
In #1979 (review) we discussed that we'd like to have #[pyclass(mutable)]
, making pyclasses immutable by default and mutability opt-in.
Currently we have #[pyclass(frozen)]
where this is the other way around; they are mutable by default.