adafruit / Adafruit_CircuitPython_asyncio

CIrcuitPython subset of CPython asyncio library
MIT License
26 stars 17 forks source link

Make traceback optional #57

Closed imnotjames closed 8 months ago

imnotjames commented 10 months ago

It seems that some boards omit traceback, but would we still want to support asyncio for those?

I think changing it to try/except ImportError for the import of traceback & then simplifying the output for printing the traceback could be fine?