mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
GH-111485: Fix DEFAULT_OUTPUT in opcode_metadata_generator.py (#113324)
This commit is contained in:
parent
b221e03010
commit
713e42822f
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ arg_parser = argparse.ArgumentParser(
|
|||
)
|
||||
|
||||
|
||||
DEFAULT_OUTPUT = ROOT / "Include/internal/pycore_uop_metadata.h"
|
||||
DEFAULT_OUTPUT = ROOT / "Include/internal/pycore_opcode_metadata.h"
|
||||
|
||||
|
||||
arg_parser.add_argument(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue