# doesnt work v= numpy.full(shape, [], dtype='object') # works v=numpy.empty(shape, dtype='object') v.fill([])