circuitpython/ports/unix
Jeff Epler f3169246ba
Implement chained exceptions
This adds the __cause__, __context__ and __suppress_context__
members to exception objects and makes e.g., `raise exc from cause`
set them in the same way as standard Python.
2022-11-13 19:52:50 -06:00
..
variants Implement chained exceptions 2022-11-13 19:52:50 -06:00
.gitignore remove redundant port/*/.gitignore; cleanup others 2022-10-01 11:52:36 -04:00
alloc.c
coverage.c ringbuf cleanup 2022-09-21 10:03:05 -04:00
coveragecpp.cpp
displayio_min.c
fatfs_port.c
gccollect.c
input.c
input.h
main.c
Makefile Make it easy to test just a subset of tests 2022-10-14 17:07:27 -05:00
modffi.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
modjni.c
modmachine.c Conditionalize LTO 2022-05-27 12:59:54 -07:00
modos.c
modtermios.c
modtime.c
moduos_vfs.c
moduselect.c
mpbthciport.c
mpbtstackport_common.c
mpbtstackport_h4.c
mpbtstackport_usb.c
mpbtstackport.h
mpconfigport.h
mpconfigport.mk
mphalport.h
mpnimbleport.c
mpnimbleport.h
mpthreadport.c
mpthreadport.h
qstrdefsport.h
unix_mphal.c