pyo3/benches
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
..
bench_call.rs
bench_dict.rs
bench_err.rs
bench_gil.rs
bench_list.rs - PyList, PyTuple and PySequence's get_item now accepts only usize indices instead of isize. 2021-08-17 15:01:22 +01:00
bench_pyclass.rs
bench_pyobject.rs
bench_set.rs
bench_tuple.rs - PyList, PyTuple and PySequence's get_item now accepts only usize indices instead of isize. 2021-08-17 15:01:22 +01:00