259 B
259 B
Fix regression of impl FromPyObject for [T; N]
no longer accepting types passing PySequence_Check
, e.g. NumPy arrays, since version 0.17.0. This the same fix that was applied impl FromPyObject for Vec<T>
in version 0.17.1 extended to fixed-size arrays.