Skip to content

GH-98831: Generate things in the input order - #100123

Merged
gvanrossum merged 1 commit into
python:mainfrom
gvanrossum:reorder-supers-macros
Dec 8, 2022
Merged

GH-98831: Generate things in the input order#100123
gvanrossum merged 1 commit into
python:mainfrom
gvanrossum:reorder-supers-macros

Conversation

@gvanrossum

@gvanrossumgvanrossum commented Dec 8, 2022

Copy link
Copy Markdown
Member

This makes it easier to see what changed in the generated code when converting an instruction to super or macro.

This PR only changes the placement of all super- and macro instructions in the output. There should be no semantic changes (Python/bytecodes.c is unchanged). The changes to the generator are minimal.

This makes it easier to see what changed in the generated code
when converting an instruction to super or macro.
@netlify

netlifyBot commented Dec 8, 2022

Copy link
Copy Markdown

Deploy Preview for python-cpython-preview canceled.

NameLink
🔨 Latest commite838193
🔍 Latest deploy loghttps://app.netlify.com/sites/python-cpython-preview/deploys/63926f11a8811f0009e20de7

@gvanrossum
gvanrossum merged commit 1cfa704 into python:mainDec 8, 2022
@gvanrossum
gvanrossum deleted the reorder-supers-macros branch December 8, 2022 23:54
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.

3 participants

@gvanrossum@brandtbucher@bedevere-bot