]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* listobject.c (list_ass_slice): XDECREF instead of DECREF so
authorGuido van Rossum <guido@python.org>
Wed, 27 Oct 1993 14:56:44 +0000 (14:56 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 27 Oct 1993 14:56:44 +0000 (14:56 +0000)
commitdc4b93db7097a34cee492b188ec2fd65c5b9bc4b
treebff2a16f6aa6674ab8463f118de3124a8f393af7
parent4bd023f88291cedbae91f2dea4b13509fc5c2d9a
* listobject.c (list_ass_slice): XDECREF instead of DECREF so
  setlistslice() can be used to cut the unused part out of a freshly made
  slice (as done by bagof()).  [needed by the next mod!]
* structural changes to bagof(), map() etc.
Objects/listobject.c
Python/bltinmodule.c