mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
GH-115869: Make jit_stencils.h reproducible (GH-127166)
This commit is contained in:
parent
307c633586
commit
17c16aea66
5 changed files with 18 additions and 9 deletions
|
@ -8,7 +8,7 @@ import sys
|
|||
import _targets
|
||||
|
||||
if __name__ == "__main__":
|
||||
comment = f"$ {shlex.join([sys.executable] + sys.argv)}"
|
||||
comment = f"$ {shlex.join([pathlib.Path(sys.executable).name] + sys.argv)}"
|
||||
parser = argparse.ArgumentParser(description=__doc__)
|
||||
parser.add_argument(
|
||||
"target", type=_targets.get_target, help="a PEP 11 target triple to compile for"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue