adafruit / Adafruit_CircuitPython_asyncio

CIrcuitPython subset of CPython asyncio library
MIT License
27 stars 16 forks source link

chore: make traceback module optional #59

Closed imnotjames closed 10 months ago

imnotjames commented 11 months ago

some boards don't provide traceback, but adafruit_asyncio seems to require it

if #57 is considered an issue (and not an intended behavior) then this should fx it by adding a minimal implementation of traceback's print_exception that works good enough in those cases so asyncio can still be used and there's still a reasonable path for debugging

fixes #57