commit | dc4b93db7097a34cee492b188ec2fd65c5b9bc4b | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Oct 27 14:56:44 1993 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Oct 27 14:56:44 1993 +0000 |
tree | bff2a16f6aa6674ab8463f118de3124a8f393af7 | |
parent | 4bd023f88291cedbae91f2dea4b13509fc5c2d9a [diff] |
* 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.