Jim Mussared
a52cd5b07d
py/obj: Add accessors for type slots and use everywhere.
...
This is a no-op, but sets the stage for changing the mp_obj_type_t
representation.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-09-19 19:06:07 +10:00
Jim Mussared
e8355eb163
py/obj: Add "full" and "empty" non-variable-length mp_obj_type_t.
...
This will always have the maximum/minimum size of a mp_obj_type_t
representation and can be used as a member in other structs.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-09-19 19:06:04 +10:00
Jim Mussared
c34e7b9d4c
py/dynruntime.mk: Set MICROPY_ENABLE_DYNRUNTIME instead of per module.
...
So this setting could be used by other source files if needed.
2020-04-05 14:13:02 +10:00
Damien George
16e591e412
examples/natmod: Add uzlib example.
2019-12-12 20:15:28 +11:00