Customized iterable unpacking

Good question, not sure tbh. Probably MagicMock() because that’s the result of m[1:-1] but empty list makes sense too.

The point is that it doesn’t work even without the starred expression that is less ambiguous; x, y = m results in the same error.