Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Using the collecting variable of iterable unpacking causes "used before definition" error #461

@brettcannon

Description

@brettcannon

microsoft/vscode-python#3543

a, *b, c = range(5)
print(b)

b ends up being reported as used before definition.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions