Skip to content
Snippets Groups Projects
Select Git revision
  • 46c3ab20049af16e97863e90e5761fae329f872a
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

micropython

user avatar
Paul Sokolovsky authored
The function is modeled after traceback.print_exception(), but unbloated,
and put into existing module to save overhead on adding another module.
Compliant traceback.print_exception() is intended to be implemented in
micropython-lib in terms of sys.print_exception().

This change required refactoring mp_obj_print_exception() to take pfenv_t
interface arguments.

Addresses #751.
46c3ab20
History
Name Last commit Last update