foo = *[1, 2, 3]
foo, *bar = [1, 2, 3]
Can use starred expression only in assignment target. Emitted when a star expression is not used in an assignment target.