import copy new_list = copy.deepcopy(old_list) # Copying list itself and objects inside it(very slow, however, but there's no other methods)