We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e99bd commit 1399d0fCopy full SHA for 1399d0f
1 file changed
py/obj.h
@@ -736,7 +736,9 @@ extern const mp_obj_type_t mp_type_zip;
736
extern const mp_obj_type_t mp_type_array;
737
extern const mp_obj_type_t mp_type_super;
738
extern const mp_obj_type_t mp_type_gen_wrap;
739
+#if MICROPY_EMIT_NATIVE
740
extern const mp_obj_type_t mp_type_native_gen_wrap;
741
+#endif
742
extern const mp_obj_type_t mp_type_gen_instance;
743
// CIRCUITPY
744
#if MICROPY_PY_ASYNC_AWAIT
0 commit comments