Joshua Rudolph

Results 3 issues of Joshua Rudolph

### Introduction This is a simple change that adds an implementation of the `stable_deref_trait::StableDeref` trait for the `PyRef` and `PyRefMut` RAII guards. This `unsafe` trait is used by downstream crates...

This draft PR proposes a possible solution for issue #2300 and PR #4195, which involves adding a `Ref::map`-like mechanism for borrowing data nested within a `PyRef` or `PyRefMut`. Unlike some...

This PR builds on #431 to migrate to PyO3 0.22.0 without needing to activate the problematic `py-clone` feature. ## Background PyO3 recently released version 0.22.0 which includes [many new features](https://pyo3.rs/v0.22.0/changelog),...