Comment on A function decorator that rewrites the bytecode to enable goto in PythonparentComments−rightbyte4yRead "Structured programming with goto" by Knuth (a paper). He gives a quite in depth explanation of when gotos could be preferable.−amelius4yAlso, if you generate code then gotos can be useful.
Comments
Read "Structured programming with goto" by Knuth (a paper). He gives a quite in depth explanation of when gotos could be preferable.
Also, if you generate code then gotos can be useful.