Goto (Posting On Python-List Prohibited)

Skip Montanaro skip.montanaro at gmail.com
Fri Dec 29 18:42:44 EST 2017


Looking at 14 million lines of Linux kernel sources, which are in C, over
100,000 of them use 'goto'. About one every 120 lines.


Isn't C's goto statement restricted to the current function? I imagine
setjmp and longjmp calls might be more insidious.

Skip



More information about the Python-list mailing list