You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PySlice is a Python-native type so should be handled in smart pointers like Bound<'py, PySlice> and Py<PySlice>. It should already be possible to .extract() to these types, just like for Bound<'py, PyAny>, Bound<'py, PyDict> etc?
PySlice
currently does not implementFromPyObject
. This seems like a simple oversight? It would be nice to use.extract()
to create aPySlice
.The text was updated successfully, but these errors were encountered: