py: Implement closures in native code generator.
Currently supports only x64 and Thumb2 archs.
This commit is contained in:
@@ -132,6 +132,8 @@ void *const mp_fun_table[MP_F_NUMBER_OF] = {
|
||||
mp_unpack_ex,
|
||||
mp_delete_name,
|
||||
mp_delete_global,
|
||||
mp_obj_new_cell,
|
||||
mp_make_closure_from_raw_code,
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user