py/modsys: Implement sys.modules.
This for example will allow people to reload modules which didn't load successfully (e.g. due to syntax error).
This commit is contained in:
@@ -474,6 +474,9 @@ Q(implementation)
|
||||
#if MICROPY_PY_SYS_MAXSIZE
|
||||
Q(maxsize)
|
||||
#endif
|
||||
#if MICROPY_PY_SYS_MODULES
|
||||
Q(modules)
|
||||
#endif
|
||||
#if MICROPY_PY_SYS_EXC_INFO
|
||||
Q(exc_info)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user