pyo3/newsfragments/3761.changed.md
Jacob Zhong 03c50a1839
Change the types of PySliceIndices and `PySlice::indices (#3761)
* Change the type of `PySliceIndices::slicelength` and `PySlice::indices()`

* Fix example

* Fix fmt
2024-04-18 07:33:07 +00:00

101 B

Change the type of PySliceIndices::slicelength and the length parameter of PySlice::indices().