Skip to content

Unsupported dialect py.unpack from statement unpack #490

@jon-wurtz

Description

@jon-wurtz

Opaque compiler error with no stacktrace, I figured out thsi was the problem:

for edge in edges: # Works
    i = edge[0]
    j = edge[1]
    ...
for (i,j) in edges: # Does not work
    ....

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions