mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
Convert Python types to proper Python type hierarchy.
Now much more inline with how CPython does types.
This commit is contained in:
@@ -38,6 +38,7 @@ PY_O = \
|
||||
objfun.o \
|
||||
objgenerator.o \
|
||||
objinstance.o \
|
||||
objint.o \
|
||||
objlist.o \
|
||||
objmodule.o \
|
||||
objnone.o \
|
||||
|
||||
Reference in New Issue
Block a user