Comment on A function decorator that rewrites the bytecode to enable goto in PythonparentComments−travisgriggs4yMakes total sense to me.The code’s logic would be able to better match the logic flow of the tax statement logic flow which often say things like “if no whatever, skip to #farther.down.the.page.”Sometimes it’s best to let art^h^h^hcode imitate life.
Comments
Makes total sense to me.
The code’s logic would be able to better match the logic flow of the tax statement logic flow which often say things like “if no whatever, skip to #farther.down.the.page.”
Sometimes it’s best to let art^h^h^hcode imitate life.