.sort does not clone items
From #138, this fixes a bug where .sort()
would create copies of every item in the list instead of just moving those items around.
From #138, this fixes a bug where .sort()
would create copies of every item in the list instead of just moving those items around.