We actually just closed a PR suggesting that - it would break our code. If we want to test somewhere whether something is iterable, we should simply use isinstance(o,Iterable) or similar.
We actually just closed a PR suggesting that - it would break our code. If we want to test somewhere whether something is iterable, we should simply use isinstance(o,Iterable) or similar.