circuitpython/lib/utils
Jeff Epler e9bc8e892b pyexec: Handle a ctrl-c that comes in "very late"
In relatively unusual circumstances, such as entering `l = 17 ** 17777`
at the REPL, you could hit ctrl-c, but not get KeyboardInterrupt.
This can lead to a condition where the display would stop updating (#2689).
2020-08-25 11:45:00 -05:00
..
buffer_helper.c More size_t usage 2019-08-27 12:49:46 -07:00
buffer_helper.h More size_t usage 2019-08-27 12:49:46 -07:00
context_manager_helpers.c Switch enum-like attributes to all caps and add print support for them. Make room for this functionality by adding a shared __enter__ function object. #76 2017-02-19 16:11:33 +01:00
context_manager_helpers.h Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master. 2017-08-25 22:17:07 -04:00
interrupt_char.c Add license to some obvious files. 2020-07-06 19:16:25 +01:00
interrupt_char.h Add license to some obvious files. 2020-07-06 19:16:25 +01:00
printf.c Add license to some obvious files. 2020-07-06 19:16:25 +01:00
pyexec.c pyexec: Handle a ctrl-c that comes in "very late" 2020-08-25 11:45:00 -05:00
pyexec.h Add license to some obvious files. 2020-07-06 19:16:25 +01:00
stdout_helpers.c Fix output overflow and make help translatable 2018-11-09 16:41:08 -08:00
sys_stdio_mphal.c Add license to some obvious files. 2020-07-06 19:16:25 +01:00