mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
This provides a more consistent C-level API to raise exceptions, ie moving away from nlr_raise towards mp_raise_XXX. It also reduces code size by a small amount on some ports.