diff options
author | Damien George <damien.p.george@gmail.com> | 2018-02-20 18:00:44 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-02-20 18:00:44 +1100 |
commit | 209936880df4d63730ea77cf4b6f84e5f2f56d7c (patch) | |
tree | 3799e168efc951c01d34c088253da895587a4675 /py/modmicropython.c | |
parent | 6e7819ee2ee20ec9f09feb40b68be5973797f874 (diff) |
py/builtinimport: Add compile-time option to disable external imports.
The new option is MICROPY_ENABLE_EXTERNAL_IMPORT and is enabled by default
so that the default behaviour is the same as before. With it disabled
import is only supported for built-in modules, not for external files nor
frozen modules. This allows to support targets that have no filesystem of
any kind and that only have access to pre-supplied built-in modules
implemented natively.
Diffstat (limited to 'py/modmicropython.c')
0 files changed, 0 insertions, 0 deletions