-
- Downloads
py: Change module globals from mp_map_t* to mp_obj_dict_t*.
Towards addressing issue #424. Had a small increase to ROM usage (order 60 bytes).
Showing
- py/builtin.c 2 additions, 2 deletionspy/builtin.c
- py/builtinimport.c 2 additions, 2 deletionspy/builtinimport.c
- py/map.c 2 additions, 1 deletionpy/map.c
- py/modarray.c 10 additions, 7 deletionspy/modarray.c
- py/modcollections.c 10 additions, 7 deletionspy/modcollections.c
- py/modio.c 10 additions, 7 deletionspy/modio.c
- py/modmath.c 10 additions, 7 deletionspy/modmath.c
- py/modmicropython.c 10 additions, 7 deletionspy/modmicropython.c
- py/obj.h 7 additions, 2 deletionspy/obj.h
- py/objcell.c 0 additions, 1 deletionpy/objcell.c
- py/objdict.c 9 additions, 5 deletionspy/objdict.c
- py/objmodule.c 5 additions, 5 deletionspy/objmodule.c
- py/objset.c 4 additions, 4 deletionspy/objset.c
- py/runtime.c 7 additions, 12 deletionspy/runtime.c
- stm/pybmodule.c 10 additions, 7 deletionsstm/pybmodule.c
- stmhal/help.c 1 addition, 1 deletionstmhal/help.c
- stmhal/modos.c 10 additions, 7 deletionsstmhal/modos.c
- stmhal/modpyb.c 10 additions, 7 deletionsstmhal/modpyb.c
- stmhal/modtime.c 10 additions, 7 deletionsstmhal/modtime.c
Loading
Please register or sign in to comment