Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #2615 by relaxing the type check in extract_sequence.
This allows us to handle types like one-dimensional NumPy arrays which implement just enough of the sequence protocol to support the extract_sequence function but are not an instance of the sequence ABC.
- Loading branch information