diff options
| author | Jacob Bower <1978924+jbower-fb@users.noreply.github.com> | 2023-03-04 04:59:21 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-04 04:59:21 (GMT) |
| commit | 8de59c1bb9fdcea69ff6e6357972ef1b75b71721 (patch) | |
| tree | 6d44ed84232528b4c52c885811659413e6d6f3eb /Python/opcode_metadata.h | |
| parent | cb944d0be869dfb1189265467ec8a986176cc104 (diff) | |
| download | cpython-8de59c1bb9fdcea69ff6e6357972ef1b75b71721.zip cpython-8de59c1bb9fdcea69ff6e6357972ef1b75b71721.tar.gz cpython-8de59c1bb9fdcea69ff6e6357972ef1b75b71721.tar.bz2 | |
gh-102021 : Allow multiple input files for interpreter loop generator (#102022)
The input files no longer use `-i`.
Diffstat (limited to 'Python/opcode_metadata.h')
| -rw-r--r-- | Python/opcode_metadata.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Python/opcode_metadata.h b/Python/opcode_metadata.h index f27906a..67cb008 100644 --- a/Python/opcode_metadata.h +++ b/Python/opcode_metadata.h @@ -1,5 +1,6 @@ -// This file is generated by Tools/cases_generator/generate_cases.py --metadata -// from Python/bytecodes.c +// This file is generated by Tools/cases_generator/generate_cases.py +// from: +// Python/bytecodes.c // Do not edit! #ifndef NEED_OPCODE_TABLES |
