]> granicus.if.org Git - python/commit
In BUILD_LIST, use PyList_SET_ITEM() instead of PyList_SetItem(); and
authorGuido van Rossum <guido@python.org>
Tue, 4 Aug 1998 15:27:50 +0000 (15:27 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 4 Aug 1998 15:27:50 +0000 (15:27 +0000)
commit5053efc2c4e5dda0c89c9589315111c89db6288b
tree673589a845ca1068eb0b7c7c28690717a4ac2ca4
parentc96417980cb700555255acfa70358c46c1a6e061
In BUILD_LIST, use PyList_SET_ITEM() instead of PyList_SetItem(); and
get rid of redundant error check.
Python/ceval.c