pyo3/pyo3-macros-backend
David Hewitt 0b967d427a
use `ffi::MemberGef` for `#[pyo3(get)]` fields of `Py<T>` (#4254)
* use `ffi::MemberGef` for `#[pyo3(get)]` fields of `Py<T>`

* tidy up implementation

* make it work on MSRV :(

* fix docs and newsfragment

* clippy

* internal docs and coverage

* review: mejrs
2024-06-21 23:33:34 +00:00
..
src use `ffi::MemberGef` for `#[pyo3(get)]` fields of `Py<T>` (#4254) 2024-06-21 23:33:34 +00:00
Cargo.toml Update dependencies to reflect minimal versions (#4272) 2024-06-21 10:05:09 +00:00
LICENSE-APACHE tidy up some file locations after dual licensing 2023-08-16 08:22:51 +01:00
LICENSE-MIT tidy up some file locations after dual licensing 2023-08-16 08:22:51 +01:00
build.rs emit c-string literals on Rust 1.77 or later (#4269) 2024-06-21 08:49:33 +00:00