8000 Remove extract_cases.py · python/cpython@8c273bd · GitHub
[go: up one dir, main page]

Skip to content

Commit 8c273bd

Browse files
committed
Remove extract_cases.py
1 parent 67599fb commit 8c273bd

File tree

3 files changed

+0
-296
lines changed

3 files changed

+0
-296
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

-43
This file was deleted.

Tools/cases_generator/extract_cases.py

-247
This file was deleted.

0 commit comments

Comments
 (0)
0