nlr_raise(mp_obj_new_exception_msg_varg(&mp_type_TypeError,"unsupported operand type(s) for divmod(): '%s' and '%s'",mp_obj_get_type_str(o1_in),mp_obj_get_type_str(o2_in)));
mp_obj_tmp_obj_new_exception_msg_varg(constmp_obj_type_t*exc_type,constchar*fmt,...);// counts args by number of % symbols in fmt, excluding %%; can only handle void* sizes (ie no float/double!)