mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[python] Use a custom modtime implementation
It only exposes "monotonic" and "sleep" functions, which are the only part of CPython's time we can actually do at the moment.
This commit is contained in:
@@ -123,7 +123,6 @@ py_objs = $(addprefix python/src/py/,\
|
||||
|
||||
extmod_objs += $(addprefix python/src/extmod/,\
|
||||
modurandom.o \
|
||||
modutime.o \
|
||||
)
|
||||
|
||||
port_objs += $(addprefix python/port/,\
|
||||
@@ -132,6 +131,7 @@ port_objs += $(addprefix python/port/,\
|
||||
helpers.o \
|
||||
modkandinsky.o \
|
||||
modkandinsky_impl.o \
|
||||
modtime.o \
|
||||
mphalport.o \
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user