Skip to content

The description of UNPACK_SEQUENCE should be fixed. #107427

Description

@corona10

Documentation

The current description of UNPACK_SEQUENCE is as follows:

STACK.extend(STACK.pop()[:count:-1])

It will not extend the stack since the count is a positive value.

It should be fixed into

STACK.extend(STACK.pop()[:-count-1:-1])

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation in the Doc dir

    Fields

    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