summaryrefslogtreecommitdiffstatshomepage
path: root/py/nlr.c
Commit message (Expand)AuthorAge
* py/nlr: Implement jump callbacks.Damien George2023-06-02
* py/scheduler: Implement VM abort flag and mp_sched_vm_abort().Damien George2023-03-21
* all: Reformat C and Python source code with tools/codeformat.py.Damien George2020-02-28
* py/nlr: Fix missing trailing characters in comments in nlr.cstijn2017-12-29
* py/nlr: Fix nlr functions for 64bit ports built with gcc on Windowsstijn2017-12-29
* py/nlr: Factor out common NLR code to macro and generic funcs in nlr.c.Damien George2017-12-28
* Revert "py/nlr: Factor out common NLR code to generic functions."Paul Sokolovsky2017-12-26
* py/nlr: Factor out common NLR code to generic functions.Damien George2017-12-20