Skip to content

validation for star expressions should not be done in the parser #686

@slozier

Description

@slozier

For example, x = ast.parse("a = 1,*b") should succeed and only fail when compiling compile(x, None, 'exec').

See #662 (comment)

Metadata

Metadata

Assignees

Labels

CPython compatibilitycoreIssues relating to core functionality (e.g. syntax)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions