Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Dec 8, 2022

Conversation

gvanrossum
Copy link
Member

@gvanrossum gvanrossum commented Dec 8, 2022

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
Copy link

netlify bot commented Dec 8, 2022

Deploy Preview for python-cpython-preview canceled.

Name Link
🔨 Latest commit e838193
🔍 Latest deploy log https://app.netlify.com/sites/python-cpython-preview/deploys/63926f11a8811f0009e20de7

@gvanrossum gvanrossum merged commit 1cfa704 into python:main Dec 8, 2022
@gvanrossum gvanrossum deleted the reorder-supers-macros branch December 8, 2022 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants