Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions Tools/cases_generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ What's currently here:
- `generate_cases.py`: driver script to read `Python/bytecodes.c` and
write `Python/generated_cases.c.h`

**Temporarily also:**

- `extract_cases.py`: script to extract cases from
`Python/ceval.c` and write them to `Python/bytecodes.c`
- `bytecodes_template.h`: template used by `extract_cases.py`

The DSL for the instruction definitions in `Python/bytecodes.c` is described
[here](https://github.com/faster-cpython/ideas/blob/main/3.12/interpreter_definition.md).
Note that there is some dummy C code at the top and bottom of the file
Expand Down
85 changes: 0 additions & 85 deletions Tools/cases_generator/bytecodes_template.c

This file was deleted.

247 changes: 0 additions & 247 deletions Tools/cases_generator/extract_cases.py

This file was deleted.