diff options
Diffstat (limited to 'py/nativeglue.c')
-rw-r--r-- | py/nativeglue.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/nativeglue.c b/py/nativeglue.c index 674ee99d6a..ab4063014c 100644 --- a/py/nativeglue.c +++ b/py/nativeglue.c @@ -117,6 +117,7 @@ void *const mp_fun_table[MP_F_NUMBER_OF] = { mp_make_function_from_raw_code, mp_native_call_function_n_kw, mp_call_method_n_kw, + mp_call_method_n_kw_var, mp_getiter, mp_iternext, nlr_push, |