Comment on A function decorator that rewrites the bytecode to enable goto in PythonparentComments−masklinn4yCpython absolutely does, just not much of it (it has a peephole optimiser with a very small set of opts).
Comments
Cpython absolutely does, just not much of it (it has a peephole optimiser with a very small set of opts).