8000 ``Tools/cases_generator``: Fix typos and incorrect comments. by Eclips4 · Pull Request #114892 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Tools/cases_generator: Fix typos and incorrect comments. #114892

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

Merged
merged 2 commits into from
Feb 3, 2024

Conversation

Eclips4
Copy link
Member
@Eclips4 Eclips4 commented Feb 2, 2024

Continuation of #114844 and #114522
I hope this is the last change in this series 😄

@@ -1,6 +1,6 @@
"""Generate uop metedata.
"""Generate opcode metadata.
Copy link
Member

Choose a reason for hiding this comment

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

Maybe add "for Python" to distinguish it from the previous file?

Copy link
Member Author

Choose a reason for hiding this comment

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

Good point. Done

Reads the instruction definitions from bytecodes.c.
Writes the metadata to pycore_uop_metadata.h by default.
Writes the metadata to pycore_opcode_metadata.h by default.
Copy link
Member Author
@Eclips4 Eclips4 Feb 2, 2024

Choose a reason for hiding this comment

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

May it worth to write the full path to file (applies to all other files(generators files))?

@gvanrossum gvanrossum merged commit f3cdd64 into python:main Feb 3, 2024
@gvanrossum
Copy link
Member

Thanks again!

@Eclips4 Eclips4 deleted the fix-typos-cases-generator branch February 3, 2024 07:33
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
fsc-eriker pushed a commit to fsc-eriker/cpython that referenced this pull request Feb 14, 2024
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
0