◐ Shell
clean mode source ↗

gh-98831: rewrite UNPACK_EX, UNPACK_SEQUENCE, UNPACK_SEQUENCE_TWO_TUPLE in the instruction definition DSL by iritkatriel · Pull Request #101641 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

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

Sign up

Appearance settings

Conversation

@iritkatriel

@iritkatriel iritkatriel commented

Feb 7, 2023

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

@iritkatriel iritkatriel added skip news 🔨 test-with-buildbots

Test PR w/ buildbots; report in status section

interpreter-core

(Objects, Python, Grammar, and Parser dirs)

labels

Feb 7, 2023

@bedevere-bot

Copy link Copy Markdown

🤖 New build scheduled with the buildbot fleet by @iritkatriel for commit e0accbb 🤖

If you want to schedule another build, you need to add the :hammer: test-with-buildbots label again.

@bedevere-bot bedevere-bot removed the 🔨 test-with-buildbots

Test PR w/ buildbots; report in status section

label

Feb 7, 2023

@gvanrossum gvanrossum left a comment

Copy link Copy Markdown

Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't you also move the family declaration in front of the first instruction of the family? (Where that family is now is effectively commented-out.)

@gvanrossum

Copy link Copy Markdown

Member

LG, I'll take care of the family when I do UNPACK_SEQUENCE_{TUPLE,LIST}.

@iritkatriel iritkatriel merged commit dec1ab0 into python:main

Feb 7, 2023

@iritkatriel iritkatriel deleted the unpack branch

April 3, 2023 17:46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@gvanrossum gvanrossum gvanrossum approved these changes

Assignees

No one assigned

Labels

interpreter-core

(Objects, Python, Grammar, and Parser dirs)

skip news

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@iritkatriel @bedevere-bot @gvanrossum