Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a transparent repr for PyReadonly/ReadwriteArray as this has beco…
…me as single field struct. Using `#[repr(C)]` was necessary when it had multiple fields so that the `Deref` implementation from `PyReadwriteArray` to `PyReadonlyArray` is sound.
- Loading branch information