Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

The description of UNPACK_SEQUENCE should be fixed. #107427

Copy link
Copy link
Closed
@corona10

Description

@corona10
Issue body actions

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 dirDocumentation in the Doc dir

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.