diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-02-24 09:57:25 -0500 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-02-24 09:57:25 -0500 |
commit | 4b3da603248fd4e273853af9dd57fbb3c61a9e07 (patch) | |
tree | d735822574ab6d0997adc2096d2fc3dcc94340ca /extmod/modlwip.c | |
parent | 6771adc75fc795c909fb3371b376906ef4285919 (diff) | |
download | micropython-4b3da603248fd4e273853af9dd57fbb3c61a9e07.tar.gz micropython-4b3da603248fd4e273853af9dd57fbb3c61a9e07.zip |
py/runtime: mp_raise_msg(): Accept NULL argument for message.
In this case, raise an exception without a message.
This would allow to shove few code bytes comparing to currently used
mp_raise_msg(..., "") pattern. (Actual savings depend on function code
alignment used by a particular platform.)
Diffstat (limited to 'extmod/modlwip.c')
0 files changed, 0 insertions, 0 deletions