We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec8a94 commit b67d098Copy full SHA for b67d098
1 file changed
py/modbuiltins.c
@@ -439,6 +439,7 @@ STATIC mp_obj_t mp_builtin___repl_print__(mp_obj_t o) {
439
mp_print_str(&mp_plat_print, "\n");
440
#endif
441
#if MICROPY_CAN_OVERRIDE_BUILTINS
442
+ // Set "_" special variable
443
mp_obj_t dest[2] = {MP_OBJ_SENTINEL, o};
444
mp_type_module.attr(MP_OBJ_FROM_PTR(&mp_module_builtins), MP_QSTR__, dest);
445
0 commit comments