Good First Issuerefactoring
仓库指标
- Star
- (10,152 star)
- PR 合并指标
- (平均合并 9天 18小时) (30 天内合并 51 个 PR)
描述
In https://github.com/PyO3/pyo3/pull/1979#pullrequestreview-803253395 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.