Direct unit tests for compiler optimisations #93678
Labels
interpreter-core
Interpreter core (Objects, Python, Grammar, and Parser dirs)
tests
Tests in the Lib/test dir
type-feature
A feature request or enhancement
We currently do not have a way to directly test compiler optimisations, and the tests we have are not always reliable (more background).
We need to be able to feed a sequence of bytecode instructions into the optimiser from python, and get its output back into python. Then we can write tests.
The text was updated successfully, but these errors were encountered: