7efc5b3f34
Finishes addressing issue #424. In the end this was a very neat refactor that now makes things a lot more consistent across the py code base. It allowed some simplifications in certain places, now that everything is a dict object. Also converted builtins tables to dictionaries. This will be useful when we need to turn builtins into a proper module.
3 lines
110 B
C
3 lines
110 B
C
extern const mp_obj_dict_t mp_builtin_object_dict_obj;
|
|
extern const mp_obj_dict_t mp_builtin_module_dict_obj;
|