diff options
author | Laurens Valk <laurens@pybricks.com> | 2022-08-19 16:40:28 +0200 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-08-23 13:34:06 +1000 |
commit | d8ad87843ab38dcc74e7e86354849fff585e1ba8 (patch) | |
tree | 81906ccc6b70ea3c32aa07fc51ce6a3ce979ebe8 /docs/esp32/tutorial | |
parent | 3d65101a8a55550bdbaa4df4e216edba238fa299 (diff) |
py/builtinimport: Allow overriding of mp_builtin___import__.
This allows ports to override mp_builtin___import__.
This can be useful in MicroPython applications where
MICROPY_ENABLE_EXTERNAL_IMPORT has to be disabled due to its impact on
build size (2% to 2.5% of the minimal port). By overriding the otherwise
very minimal mp_builtin___import__, ports can still allow limited forms
of application-specific imports.
Signed-off-by: Laurens Valk <laurens@pybricks.com>
Diffstat (limited to 'docs/esp32/tutorial')
0 files changed, 0 insertions, 0 deletions