mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
py/dynruntime: Add mp_obj_exception_init function to create C exception.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -767,6 +767,7 @@ def link_objects(env, native_qstr_vals_len):
|
||||
"mp_type_fun_builtin_2",
|
||||
"mp_type_fun_builtin_3",
|
||||
"mp_type_fun_builtin_var",
|
||||
"mp_type_Exception",
|
||||
"mp_stream_read_obj",
|
||||
"mp_stream_readinto_obj",
|
||||
"mp_stream_unbuffered_readline_obj",
|
||||
|
||||
Reference in New Issue
Block a user