]> granicus.if.org Git - python/commit
In-line the code in range() to set the list items; there's really no
authorGuido van Rossum <guido@python.org>
Thu, 23 Apr 1998 21:46:19 +0000 (21:46 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 23 Apr 1998 21:46:19 +0000 (21:46 +0000)
commit507338e5caf22fa2da780e1f3e2f32e08f1800f6
treed1f71ad860660665d99cdd384b25b07cb5edaf55
parentbb189dbcb0d2b9aca6f1aeb492bdbe2362e3a78b
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.
Python/bltinmodule.c