isiter should likely ignore exceptions
Exception types are actually iterable. They iterate the input argument. It feels like they should be ignored by default.
Exception types are actually iterable. They iterate the input argument. It feels like they should be ignored by default.