Skip to content

gh-98831: Finish the UNPACK_SEQUENCE family - #101666

Merged
gvanrossum merged 4 commits into
python:mainfrom
gvanrossum:unpack-family
Feb 7, 2023
Merged

gh-98831: Finish the UNPACK_SEQUENCE family#101666
gvanrossum merged 4 commits into
python:mainfrom
gvanrossum:unpack-family

Conversation

@gvanrossum

@gvanrossumgvanrossum commented Feb 7, 2023

Copy link
Copy Markdown
Member

New generator feature: Generate useful glue for output arrays, so you can just write values to the output array (no bounds checking). Rewrote UNPACK_SEQUENCE_TWO_TUPLE to use this, and also UNPACK_SEQUENCE_{TUPLE,LIST}.

@iritkatrieliritkatriel 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.

Nice!

@gvanrossumgvanrossum added the 🔨 test-with-refleak-buildbots Test PR w/ refleak buildbots; report in status section label Feb 7, 2023
@bedevere-bot

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @gvanrossum for commit 8157a84 🤖

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

@bedevere-botbedevere-bot removed the 🔨 test-with-refleak-buildbots Test PR w/ refleak buildbots; report in status section label Feb 7, 2023

@brandtbucherbrandtbucher 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.

Really happy to see this!

@gvanrossum
gvanrossum merged commit aacbdb0 into python:mainFeb 7, 2023
@gvanrossum
gvanrossum deleted the unpack-family branch February 7, 2023 23:44
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@gvanrossum@bedevere-bot@iritkatriel@brandtbucher