#3121 will remove almost all use cases of `impl TryFromObject for SequenceIndex`. For now, this is intended to be used with `PyObjectRef` + `SequenceIndex::try_from_object_for`. Removing this impl will be helpful to prevent misuse
#3121 will remove almost all use cases of
impl TryFromObject for SequenceIndex.For now, this is intended to be used with
PyObjectRef+SequenceIndex::try_from_object_for. Removing this impl will be helpful to prevent misuse