Change mp_compile so that it returns a function object for the module.
This commit is contained in:
@@ -1 +1 @@
|
||||
bool mp_compile(mp_parse_node_t pn, bool is_repl);
|
||||
mp_obj_t mp_compile(mp_parse_node_t pn, bool is_repl);
|
||||
|
||||
Reference in New Issue
Block a user