Previous to this patch a call such as list.append(1, 2) would lead to a seg fault. This is because list.append is a builtin method