Hacker News new | past | comments | ask | show | jobs | submit login

> I was surprised by the number of gotos in the Python runtime.

And yet, there is no goto/label in the Python language itself.




Well, not first class, but you do have access to longjmp.

    from libc.setjmp cimport jmp_buf, longjmp, setjmp




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: