Comment on A function decorator that rewrites the bytecode to enable goto in PythonparentComments−tedunangst4yYeah, you can patch calls to continue() to instead be jumps.
Comments
Yeah, you can patch calls to continue() to instead be jumps.