mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
`Tools/cases_generator
`: Fix typos and incorrect comments. (#114892)
This commit is contained in:
parent
f35c7c070c
commit
f3cdd64de8
4 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
"""Generate the list of opcode IDs.
|
||||
Reads the instruction definitions from bytecodes.c.
|
||||
Writes the IDs to opcode._ids.h by default.
|
||||
Writes the IDs to opcode_ids.h by default.
|
||||
"""
|
||||
|
||||
import argparse
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Generate uop metedata.
|
||||
"""Generate opcode metadata.
|
||||
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.
|
||||
"""
|
||||
|
||||
import argparse
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Generate uop metedata.
|
||||
"""Generate opcode metadata for Python.
|
||||
Reads the instruction definitions from bytecodes.c.
|
||||
Writes the metadata to pycore_uop_metadata.h by default.
|
||||
Writes the metadata to _opcode_metadata.py by default.
|
||||
"""
|
||||
|
||||
import argparse
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
"""Generate uop metedata.
|
||||
"""Generate uop metadata.
|
||||
Reads the instruction definitions from bytecodes.c.
|
||||
Writes the metadata to pycore_uop_metadata.h by default.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue