pyo3/newsfragments/2631.fixed.md

246 B

impl FromPyObject for Vec<T> will accept anything passing PySequence_Check, e.g. NumPy arrays, as it was before #2477. Note that this does not change what impl PyTryFrom for PySequence does accept.