-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
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
Conversation
@@ -1,6 +1,6 @@ | |||
"""Generate uop metedata. | |||
"""Generate opcode metadata. |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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))?
Thanks again! |
Continuation of #114844 and #114522
I hope this is the last change in this series 😄