aboutsummaryrefslogtreecommitdiff
path: root/py/nlrsetjmp.c
AgeCommit message (Collapse)Author
2014-04-17nlr: Add implementation using setjmp/longjmp.Paul Sokolovsky
Having an optimized asm implementation is good, but if we want portability, that's it.