For example, `x = ast.parse("a = 1,*b")` should succeed and only fail when compiling `compile(x, None, 'exec')`. See https://github.com/IronLanguages/ironpython3/pull/662#discussion_r339225110
For example,
x = ast.parse("a = 1,*b")should succeed and only fail when compilingcompile(x, None, 'exec').See #662 (comment)