Skip to content

Commit 916af11

Browse files
authored
GH-98831: Remove redundant extract_cases.py script (GH-99065)
Debt I owe from PR GH-98830.
1 parent b8a9f13 commit 916af11

File tree

3 files changed

+0
-338
lines changed

3 files changed

+0
-338
lines changed

Tools/cases_generator/README.md

-6
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ What's currently here:
88
- `generate_cases.py`: driver script to read `Python/bytecodes.c` and
99
write `Python/generated_cases.c.h`
1010

11-
**Temporarily also:**
12-
13-
- `extract_cases.py`: script to extract cases from
14-
`Python/ceval.c` and write them to `Python/bytecodes.c`
15-
- `bytecodes_template.h`: template used by `extract_cases.py`
16-
1711
The DSL for the instruction definitions in `Python/bytecodes.c` is described
1812
[here](https://github.com/faster-cpython/ideas/blob/main/3.12/interpreter_definition.md).
1913
Note that there is some dummy C code at the top and bottom of the file

Tools/cases_generator/bytecodes_template.c

-85
This file was deleted.

Tools/cases_generator/extract_cases.py

-247
This file was deleted.

0 commit comments

Comments
 (0)