Skip to content

check_cyclic crashes #20

@mirefek

Description

@mirefek

This line

(a, b, c), *ps = points

Should not contain the parentheses, like

  a, b, c, *ps = points 

Otherwise, it crashes on:

TypeError: cannot unpack non-iterable Point object

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions