mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
gh-102021 : Allow multiple input files for interpreter loop generator (#102022)
The input files no longer use `-i`.
This commit is contained in:
parent
cb944d0be8
commit
8de59c1bb9
6 changed files with 105 additions and 41 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue