In-line the code in range() to set the list items; there's really no
need to call PyList_SetItem(v,i,w) when PyList_GET_ITEM(v,i)=w {sic}
will do. G
Guido van Rossum committed
507338e5caf22fa2da780e1f3e2f32e08f1800f6
Parent: bb189db