Comment on A function decorator that rewrites the bytecode to enable goto in PythonparentComments−nerdponx4yCPython doesn't. But the other Python implementations (PyPy, GraalVM, et al) don't even use the CPython bytecode.−klyrs4yAlso true... but this decorator isn't going to work in that context.
Comments
CPython doesn't. But the other Python implementations (PyPy, GraalVM, et al) don't even use the CPython bytecode.
Also true... but this decorator isn't going to work in that context.