pyo3/pyo3-macros-backend
Aviram Hassan c6255e6734 - `PyList`, `PyTuple` and `PySequence`'s `get_item` now accepts only `usize` indices instead of `isize`.
- `PyList` and `PyTuple`'s `get_item` now always uses the safe API. See `get_item_unchecked` for retrieving index without checks.
2021-08-17 15:01:22 +01:00
..
src - `PyList`, `PyTuple` and `PySequence`'s `get_item` now accepts only `usize` indices instead of `isize`. 2021-08-17 15:01:22 +01:00
Cargo.toml release: 0.14.2 2021-08-09 07:58:31 +01:00
LICENSE macros: rename crates for consistency 2020-12-20 06:39:28 +00:00