Aaron

Results 2 issues of Aaron

### Bug Description PyO3 does not respect memory alignment rules when defining Python classes using the `#[pyclass]` and `#[new]` annotations. PyO3 Python classes with Rust-defined memory alignment requirements (for example,...

bug

## Description I have a Rust library which uses this crate to access two Java arrays at once through nested critical sections. This behavior is explicitly permitted by [the JNI...