nlr_jump(mp_obj_new_exception_msg_2_args(MP_QSTR_TypeError,"unsupported operand type(s) for divmod(): '%s' and '%s'",mp_obj_get_type_str(o1_in),mp_obj_get_type_str(o2_in)));
nlr_jump(mp_obj_new_exception_msg_varg(MP_QSTR_TypeError,"unsupported operand type(s) for divmod(): '%s' and '%s'",mp_obj_get_type_str(o1_in),mp_obj_get_type_str(o2_in)));
nlr_jump(mp_obj_new_exception_msg_1_arg(MP_QSTR_TypeError,"ord() expected a character, but string of length %d found",(void*)(machine_int_t)strlen(str)));
nlr_jump(mp_obj_new_exception_msg_varg(MP_QSTR_TypeError,"ord() expected a character, but string of length %d found",strlen(str)));
mp_obj_tmp_obj_new_exception_msg_varg(qstrid,constchar*fmt,...);// counts args by number of % symbols in fmt, excluding %%; can only handle void* sizes (ie no float/double!)