pyo3/newsfragments/2631.fixed.md

2 lines
246 B
Markdown
Raw Normal View History

`impl FromPyObject for Vec<T>` will accept anything passing `PySequence_Check`, e.g. NumPy arrays, as it was before [#2477](https://github.com/PyO3/pyo3/pull/2477). Note that this does not change what `impl PyTryFrom for PySequence` does accept.