Skip to content

Conversation

@pfalcon
Copy link
Contributor

@pfalcon pfalcon commented Dec 6, 2014

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.

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.
@pfalcon
Copy link
Contributor Author

pfalcon commented Dec 8, 2014

ping

@dpgeorge
Copy link
Member

dpgeorge commented Dec 8, 2014

Merge in 46c3ab2.

@dpgeorge dpgeorge closed this Dec 8, 2014
@pfalcon
Copy link
Contributor Author

pfalcon commented Dec 8, 2014

Thanks!

tannewt added a commit to tannewt/circuitpython that referenced this pull request Jul 13, 2018
 nrf: Rewrite the UART HAL using nRFx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants